Skip to content

Commit aa0a347

Browse files
committed
🐫
1 parent 13c50c7 commit aa0a347

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/ruby_ui/combobox/combobox_trigger.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def default_attrs
2222
{
2323
type: "button",
2424
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",
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-10 px-4 py-2 justify-between",
2626
"hover:bg-accent hover:text-accent-foreground",
2727
"disabled:pointer-events-none disabled:opacity-50",
2828
"aria-disabled:pointer-events-none aria-disabled:opacity-50 aria-disabled:cursor-not-allowed",

0 commit comments

Comments
 (0)