Adjust dropdown styling

This commit is contained in:
jeffvli 2023-01-07 03:49:56 -08:00
parent 1b25d88692
commit af1c16ee51
4 changed files with 32 additions and 15 deletions

View file

@ -64,7 +64,7 @@ export const Select = ({ width, maxWidth, ...props }: SelectProps) => {
},
}}
sx={{ maxWidth, width }}
transition="pop"
transition="fade"
transitionDuration={100}
{...props}
/>
@ -126,7 +126,7 @@ export const MultiSelect = ({ width, maxWidth, ...props }: MultiSelectProps) =>
},
}}
sx={{ maxWidth, width }}
transition="pop"
transition="fade"
transitionDuration={100}
{...props}
/>