Skip to content

Commit 1ae58e1

Browse files
committed
[Bug Fix] ToastTitle font-medium (500), match shadcn sonner
1 parent f10d6c4 commit 1ae58e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gem/lib/ruby_ui/toast/toast_title.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def view_template(&)
1111
def default_attrs
1212
{
1313
data: {slot: "title"},
14-
class: "text-sm font-semibold leading-tight"
14+
class: "text-sm font-medium leading-tight"
1515
}
1616
end
1717
end

0 commit comments

Comments
 (0)