Skip to content

Commit

Permalink
UI feedback: icon size reduced
Browse files Browse the repository at this point in the history
  • Loading branch information
m4manjesh committed Nov 14, 2023
1 parent eec416a commit 7119f3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Autocomplete/Autocomplete.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ function OptionWithTooltip(
{option.tooltip ? (
<Tooltip title={option.tooltip} placement="right" arrow>
<ErrorOutlineIcon
sx={{ pl: 1 }}
sx={{ height: 20, pl: 1, width: 20 }}
color="primary"
data-testid={`tooltip-${option.key}`}
/>
Expand Down

0 comments on commit 7119f3c

Please sign in to comment.