We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95bc036 commit 7762d34Copy full SHA for 7762d34
lib/ruby_ui/form/form_field_error.rb
@@ -13,7 +13,7 @@ def default_attrs
13
data: {
14
ruby_ui__form_field_target: "error"
15
},
16
- class: "text-sm font-medium text-destructive"
+ class: "text-xs font-medium text-destructive"
17
}
18
end
19
lib/ruby_ui/form/form_field_label.rb
@@ -11,7 +11,7 @@ def view_template(&)
11
def default_attrs
12
{
class: [
- "text-sm font-medium leading-none",
+ "text-sm font-medium leading-none inline-block",
"peer-disabled:cursor-not-allowed peer-disabled:opacity-70",
"peer-aria-disabled:cursor-not-allowed peer-aria-disabled:opacity-70 peer-aria-disabled:pointer-events-none"
]
0 commit comments