mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-09 20:29:36 +02:00
Adjust dropdown styling
This commit is contained in:
@@ -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}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user