mirror of
https://github.com/bluewave-labs/Checkmate.git
synced 2026-05-19 07:58:46 -05:00
Merge pull request #1960 from bluewave-labs/fix/typography-base
fix: adjust typography base font size
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user