Save point, layout taking shape

This commit is contained in:
Daniel S. Hansen
2025-08-22 09:28:03 -07:00
parent 8630340a07
commit 3ef85bbcbf
2 changed files with 97 additions and 16 deletions
@@ -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>