Skip to content

Commit 9df8844

Browse files
committed
Update some styles
1 parent d6bbd91 commit 9df8844

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

app/javascript/css-redesign/baseline.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ html,
1414
body {
1515
-moz-osx-font-smoothing: grayscale;
1616
-webkit-font-smoothing: antialiased;
17-
font: 400 var(--step-0) / var(--leading) var(--serif);
17+
font: 400 var(--step-0) / var(--leading) var(--sans-serif);
1818
color: var(--joy-text);
1919
background-color: var(--joy-background);
2020
margin: 0;

app/javascript/css-redesign/components/button.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
border-radius: 0.375rem;
33
padding: 0.5rem 0.75rem;
44
display: inline-flex;
5+
align-items: center;
56
font-size: 0.875rem;
67
font-family: var(--sans-serif);
78
line-height: 1.5715;

0 commit comments

Comments
 (0)