fix: button font size is now 13px

This commit is contained in:
Michael Chen
2025-05-09 22:07:20 +10:00
parent 07dca41220
commit 27ea9b2aed

View File

@@ -147,6 +147,7 @@ const baseTheme = (palette) => ({
],
height: 34,
fontWeight: 400,
fontSize: "var(--env-var-font-size-medium)",
borderRadius: 4,
boxShadow: "none",
textTransform: "none",