Skip to content

Commit

Permalink
fix: fix button typography
Browse files Browse the repository at this point in the history
  • Loading branch information
learosema committed Feb 6, 2024
1 parent 3bbb6f6 commit fde72e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/assets/css/components/_button.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@

.button {
padding: 0.5em 1em;
font-family: system-ui, sans-serif;
font-weight: 500;
line-height: 1;
border-radius: 1em;
Expand Down
2 changes: 1 addition & 1 deletion src/assets/css/components/_tabs.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
background: var(--tabs-tab-bg);
color: var(--tabs-tab-fg);
padding: .6em 1.2em;
font-family: inherit;
font-family: system-ui, sans-serif;
transform: translateY(2px);
margin: 0 0.5rem;
}
Expand Down

0 comments on commit fde72e5

Please sign in to comment.