Skip to content

Commit cb8ec97

Browse files
fix(tailwind/ButtonTwoLines): fix font weight utility class naming
1 parent 325aa8c commit cb8ec97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tailwind/ui/buttons/ButtonTwoLines.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ const ChildContent = (
108108
)}
109109
>
110110
<span
111-
className={cn("text-md", size === "md" ? "text-bold" : "text-normal")}
111+
className={cn("text-md", size === "md" ? "font-bold" : "font-normal")}
112112
>
113113
{mainText}
114114
</span>

0 commit comments

Comments
 (0)