Skip to content

Commit 2cf2277

Browse files
authored
FIX Combobox height (#311)
1 parent e444a8f commit 2cf2277

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/ruby_ui/combobox/combobox_search_input.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def default_attrs
2525
spellcheck: "false",
2626
placeholder: @placeholder,
2727
class: [
28-
"flex h-10 w-full rounded-md bg-transparent py-3 text-sm outline-none border-none",
28+
"flex h-9 w-full rounded-md bg-transparent py-3 text-sm outline-none border-none",
2929
"focus:ring-0",
3030
"placeholder:text-muted-foreground",
3131
"disabled:cursor-not-allowed disabled:opacity-50",

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-10 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-9 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)