diff options
Diffstat (limited to 'styles/globals.css')
-rw-r--r-- | styles/globals.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/styles/globals.css b/styles/globals.css index 028d585..d8bb181 100644 --- a/styles/globals.css +++ b/styles/globals.css @@ -14,3 +14,7 @@ h1 { font-size: 1.25rem; } h2 { font-size: 1.125rem; } h3 { font-size: 1rem; } +.MuiSvgIcon-root { + font-size: 24px !important; +} + |