Merge branch 'main' into switch-to-vite

This commit is contained in:
binwiederhier 2023-05-24 21:37:28 -04:00
commit d1e59fe08c
10 changed files with 116 additions and 22 deletions

View file

@ -247,6 +247,8 @@ const DisplayNameDialog = (props) => {
inputProps={{
maxLength: 64,
"aria-label": t("display_name_dialog_placeholder"),
}}
InputProps={{
endAdornment: (
<InputAdornment position="end">
<IconButton onClick={() => setDisplayName("")} edge="end">