Merge pull request #1960 from bluewave-labs/fix/typography-base

fix: adjust typography base font size
This commit is contained in:
Alexander Holliday
2025-03-18 21:41:16 -07:00
committed by GitHub
+1 -1
View File
@@ -1,6 +1,6 @@
import { lighten, darken } from "@mui/material/styles"; // CAIO_REVIEW
const typographyBase = 14;
const typographyBase = 13;
/* TODO
Check for px in codebase. All font sizes should be in REM and should live here.