Skip to content

Commit

Permalink
Fix styling of MuiAutocomplete-endAdornment (#2185)
Browse files Browse the repository at this point in the history
Required due to change in MUI:
mui/material-ui#41066
  • Loading branch information
jamesricky authored and Markus Fichtner committed Jul 18, 2024
1 parent 7a23d7e commit c4bfeaf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/silver-cooks-hear.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@comet/admin-theme": patch
---

Fix top position of end-adornment in MuiAutocomplete
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ export const getMuiAutocomplete: GetMuiComponentTheme<"MuiAutocomplete"> = (comp
bottom: 0,
right: spacing(2),
display: "flex",
transform: "none",
},
hasPopupIcon: {
[`&.${autocompleteClasses.root} .${autocompleteClasses.inputRoot}`]: {
Expand Down

0 comments on commit c4bfeaf

Please sign in to comment.