aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/frontend/src/theme/ThemeProvider.tsx
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2022-08-18 02:08:21 +0200
committerLibravatar Kristóf Marussy <kristof@marussy.com>2022-08-18 02:08:21 +0200
commit675f7271642bdddbc008d22678e277c72032bdcd (patch)
tree765e1d2ccf44a1f3ec90590797c3465c1f5b1042 /subprojects/frontend/src/theme/ThemeProvider.tsx
parentfix(frontend): search panel fixes (diff)
downloadrefinery-675f7271642bdddbc008d22678e277c72032bdcd.tar.gz
refinery-675f7271642bdddbc008d22678e277c72032bdcd.tar.zst
refinery-675f7271642bdddbc008d22678e277c72032bdcd.zip
feat(frontend): responsive editor styling
Diffstat (limited to 'subprojects/frontend/src/theme/ThemeProvider.tsx')
-rw-r--r--subprojects/frontend/src/theme/ThemeProvider.tsx11
1 files changed, 1 insertions, 10 deletions
diff --git a/subprojects/frontend/src/theme/ThemeProvider.tsx b/subprojects/frontend/src/theme/ThemeProvider.tsx
index 2ec9b9d4..82b8dfa9 100644
--- a/subprojects/frontend/src/theme/ThemeProvider.tsx
+++ b/subprojects/frontend/src/theme/ThemeProvider.tsx
@@ -174,16 +174,7 @@ function getMUIThemeOptions(darkMode: boolean): ThemeOptions {
174 } 174 }
175 : { 175 : {
176 typography, 176 typography,
177 components: { 177 components,
178 ...components,
179 MuiToolbar: {
180 styleOverrides: {
181 root: {
182 color: 'rgba(0, 0, 0, 0.54)',
183 },
184 },
185 },
186 },
187 palette: { 178 palette: {
188 mode: 'light', 179 mode: 'light',
189 primary: { main: '#0398a8' }, 180 primary: { main: '#0398a8' },