We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13c50c7 commit aa0a347Copy full SHA for aa0a347
1 file changed
lib/ruby_ui/combobox/combobox_trigger.rb
@@ -22,7 +22,7 @@ def default_attrs
22
{
23
type: "button",
24
class: [
25
- "flex h-full w-full items-center whitespace-nowrap rounded-md text-sm ring-offset-background transition-colors border border-input bg-background h-9 px-4 py-2 justify-between",
+ "flex h-full w-full items-center whitespace-nowrap rounded-md text-sm ring-offset-background transition-colors border border-input bg-background h-10 px-4 py-2 justify-between",
26
"hover:bg-accent hover:text-accent-foreground",
27
"disabled:pointer-events-none disabled:opacity-50",
28
"aria-disabled:pointer-events-none aria-disabled:opacity-50 aria-disabled:cursor-not-allowed",
0 commit comments