Skip to content

Commit

Permalink
Set height of select
Browse files Browse the repository at this point in the history
  • Loading branch information
raix committed Jul 15, 2024
1 parent c931f89 commit cb2b059
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/components/Select.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import { composeTailwindRenderProps } from "./utils";
const buttonStyles = tv({
extend: focusRing,
base: [
"flex items-center text-start gap-4 w-full min-w-[150px] cursor-default pl-3 pr-2 py-2 transition",
"flex items-center h-9 text-start gap-4 w-full min-w-[150px] cursor-default pl-3 pr-2 py-2 transition",
"border-2 border-border rounded-md text-foreground"
],
variants: {
Expand Down

0 comments on commit cb2b059

Please sign in to comment.