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 327d29e commit b4beb97Copy full SHA for b4beb97
lib/ruby_ui/table/table_footer.rb
@@ -10,7 +10,7 @@ def view_template(&)
10
11
def default_attrs
12
{
13
- class: "border-t bg-muted bg-opacity-50 font-medium[& amp;>tr]:last:border-b-0"
+ class: "border-t bg-muted/50 font-medium[& amp;>tr]:last:border-b-0"
14
}
15
end
16
lib/ruby_ui/table/table_row.rb
- class: "border-b transition-colors hover:bg-muted hover:bg-opacity-50 data-[state=selected]:bg-muted"
+ class: "border-b transition-colors hover:bg-muted/50 data-[state=selected]:bg-muted"
0 commit comments