Skip to content

Commit 1d86929

Browse files
committed
Button styles
1 parent 25c3859 commit 1d86929

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

special-pages/pages/special-error/app/components/Warning.module.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,12 @@
159159

160160
& .button {
161161
flex: 0 0 calc(50% - var(--sp-2));
162+
163+
/* TODO: Move to shared? */
164+
font-family: var(--theme-font-family);
165+
font-size: calc(14 * var(--px-in-rem));
166+
font-weight: 400;
167+
line-height: normal;
162168
}
163169

164170
}

0 commit comments

Comments
 (0)