Skip to content

Commit b402226

Browse files
committed
Fix font size
1 parent 864246c commit b402226

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/src/components/Paywall/Paywall.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,12 @@ const styles = {
5151
margin: 0,
5252
},
5353
description: (theme) => ({
54-
marginTop: 14,
54+
marginTop: 16,
5555
fontFamily: "inherit",
5656
maxWidth: 420,
5757
lineHeight: "160%",
5858
color: theme.palette.text.secondary,
59-
fontSize: 16,
59+
fontSize: 14,
6060
}),
6161
enterpriseChip: (theme) => ({
6262
background: theme.palette.success.dark,

0 commit comments

Comments
 (0)