Skip to content

Commit 46cf010

Browse files
committed
Increase font size of I understand button
1 parent eb10d90 commit 46cf010

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/theme/Root.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ export default function Root({ children }) {
4343
backgroundColor: "#fff",
4444
color: "#000",
4545
fontWeight: "500",
46+
fontSize: "15px",
4647
fontFamily:
4748
"system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'",
4849
}}

0 commit comments

Comments
 (0)