Skip to content

Commit

Permalink
fix(button): fixed default font size of buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
Powerplex committed Apr 13, 2023
1 parent 7e15619 commit 1af92fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/button/src/Button.styles.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import {
export const buttonStyles = cva(
[
'gap-md box-border flex items-center justify-center whitespace-nowrap',
'text-headline-1 font-bold',
'text-body-1 font-bold',
'focus-visible:ring-outline-high ring-inset focus-visible:outline-none focus-visible:ring-2',
],
{
Expand Down

0 comments on commit 1af92fe

Please sign in to comment.