Skip to content

Commit e16b140

Browse files
committed
chore: beef up font weight for form header
1 parent 31e1fa7 commit e16b140

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/components/Form/Form.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ const styles = {
170170
formSectionInfoTitle: (theme) => ({
171171
fontSize: 20,
172172
color: theme.palette.text.primary,
173-
fontWeight: 400,
173+
fontWeight: 500,
174174
margin: 0,
175175
marginBottom: 8,
176176
display: "flex",

0 commit comments

Comments
 (0)