Merge branch 'main' into switch-to-vite

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

View File

@@ -74,6 +74,8 @@ const EmojiPicker = (props) => {
inputProps={{
role: "searchbox",
"aria-label": t("emoji_picker_search_placeholder"),
}}
InputProps={{
endAdornment: (
<InputAdornment position="end" sx={{ display: search ? "" : "none" }}>
<IconButton size="small" onClick={handleSearchClear} edge="end" aria-label={t("emoji_picker_search_clear")}>