Save point, layout taking shape
This commit is contained in:
@@ -4,7 +4,7 @@ export default function DropDownMenu({ collection, placeholder = "Select...", si
|
||||
return (
|
||||
<Select.Root collection={collection} size={size} width={width}>
|
||||
<Select.HiddenSelect />
|
||||
<Select.Control>
|
||||
<Select.Control bg="gray.100" _hover={{ bg: "gray.200" }}>
|
||||
<Select.Trigger>
|
||||
<Select.ValueText placeholder={placeholder} />
|
||||
</Select.Trigger>
|
||||
|
||||
Reference in New Issue
Block a user