aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/frontend/src
diff options
context:
space:
mode:
Diffstat (limited to 'subprojects/frontend/src')
-rw-r--r--subprojects/frontend/src/theme/ThemeProvider.tsx8
1 files changed, 4 insertions, 4 deletions
diff --git a/subprojects/frontend/src/theme/ThemeProvider.tsx b/subprojects/frontend/src/theme/ThemeProvider.tsx
index 0c780e85..5aaf3ad1 100644
--- a/subprojects/frontend/src/theme/ThemeProvider.tsx
+++ b/subprojects/frontend/src/theme/ThemeProvider.tsx
@@ -67,8 +67,8 @@ declare module '@mui/material/styles' {
67} 67}
68 68
69const typography: TypographyVariantsOptions = { 69const typography: TypographyVariantsOptions = {
70 fontWeightEditorNormal: 400, 70 fontWeightEditorNormal: 450,
71 fontWeightEditorBold: 600, 71 fontWeightEditorBold: 650,
72 editor: { 72 editor: {
73 fontFamily: 73 fontFamily:
74 '"JetBrains MonoVariable", "JetBrains Mono", "Cascadia Code", "Fira Code", monospace', 74 '"JetBrains MonoVariable", "JetBrains Mono", "Cascadia Code", "Fira Code", monospace',
@@ -197,8 +197,8 @@ const lightTheme = createResponsiveTheme({
197const darkTheme = createResponsiveTheme({ 197const darkTheme = createResponsiveTheme({
198 typography: { 198 typography: {
199 ...typography, 199 ...typography,
200 fontWeightEditorNormal: 350, 200 fontWeightEditorNormal: 400,
201 fontWeightEditorBold: 550, 201 fontWeightEditorBold: 600,
202 }, 202 },
203 components: { 203 components: {
204 ...components, 204 ...components,