Skip to content

Commit

Permalink
Fix button font weights
Browse files Browse the repository at this point in the history
  • Loading branch information
Droniu committed Mar 18, 2024
1 parent 9a358d7 commit 15f90ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/components/Button/Button.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export const button = recipe({
placeItems: "center",
padding: 0,
textDecoration: "none",
fontWeight: "bold",
cursor: {
default: "pointer",
disabled: "not-allowed",
Expand Down
2 changes: 1 addition & 1 deletion src/theme/themes/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export const fontWeight = {
light: "300",
regular: "400",
medium: "500",
bold: "700",
bold: "600",
};

export const letterSpacing = {
Expand Down

0 comments on commit 15f90ea

Please sign in to comment.