refactor: Increase navbar height (#1662)

This commit is contained in:
Bruno Quaresma
2022-05-23 10:22:48 -04:00
committed by GitHub
parent a8a8f9dbf3
commit 1f03277f1c
+1 -1
View File
@@ -6,7 +6,7 @@ export const MONOSPACE_FONT_FAMILY =
export const BODY_FONT_FAMILY = `"Inter", sans-serif`
export const lightButtonShadow = "0 2px 2px rgba(0, 23, 121, 0.08)"
export const emptyBoxShadow = "none"
export const navHeight = 42
export const navHeight = 62
export const maxWidth = 1380
export const sidePadding = "50px"
export const TitleIconSize = 48