We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6caeb5f commit 71994feCopy full SHA for 71994fe
1 file changed
lib/ruby_ui/input/input.rb
@@ -23,8 +23,8 @@ def default_attrs
23
"flex h-9 w-full rounded-md border bg-background px-3 py-1 text-sm shadow-sm transition-colors border-border",
24
"placeholder:text-muted-foreground",
25
"disabled:cursor-not-allowed disabled:opacity-50",
26
- "focus-visible:outline-none focus-visible:ring-ring",
27
"file:border-0 file:bg-transparent file:text-sm file:font-medium",
+ "focus-visible:outline-none focus-visible:ring-1 focus-visible:ring-ring",
28
"aria-disabled:cursor-not-allowed aria-disabled:opacity-50 aria-disabled:pointer-events-none"
29
]
30
}
0 commit comments