Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/ruby_ui/combobox/combobox_search_input.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def default_attrs
spellcheck: "false",
placeholder: @placeholder,
class: [
"flex h-10 w-full rounded-md bg-transparent py-3 text-sm outline-none border-none",
"flex h-9 w-full rounded-md bg-transparent py-3 text-sm outline-none border-none",
"focus:ring-0",
"placeholder:text-muted-foreground",
"disabled:cursor-not-allowed disabled:opacity-50",
Expand Down
2 changes: 1 addition & 1 deletion lib/ruby_ui/combobox/combobox_trigger.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def default_attrs
{
type: "button",
class: [
"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",
"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",
"hover:bg-accent hover:text-accent-foreground",
"disabled:pointer-events-none disabled:opacity-50",
"aria-disabled:pointer-events-none aria-disabled:opacity-50 aria-disabled:cursor-not-allowed",
Expand Down