Skip to content

Commit 1f03277

Browse files
refactor: Increase navbar height (#1662)
1 parent a8a8f9d commit 1f03277

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/theme/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export const MONOSPACE_FONT_FAMILY =
66
export const BODY_FONT_FAMILY = `"Inter", sans-serif`
77
export const lightButtonShadow = "0 2px 2px rgba(0, 23, 121, 0.08)"
88
export const emptyBoxShadow = "none"
9-
export const navHeight = 42
9+
export const navHeight = 62
1010
export const maxWidth = 1380
1111
export const sidePadding = "50px"
1212
export const TitleIconSize = 48

0 commit comments

Comments
 (0)