aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/frontend/src/theme/ThemeProvider.tsx
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2023-08-30 22:14:50 +0200
committerLibravatar Kristóf Marussy <kristof@marussy.com>2023-08-31 00:57:52 +0200
commitd4504285d15aeb0cb1560a5f522ac1edc02b7d4c (patch)
treef279dd795fc715c31ebb3b46a45e8ab12ac6d8e2 /subprojects/frontend/src/theme/ThemeProvider.tsx
parentfeat(frontend): window pane switcher (diff)
downloadrefinery-d4504285d15aeb0cb1560a5f522ac1edc02b7d4c.tar.gz
refinery-d4504285d15aeb0cb1560a5f522ac1edc02b7d4c.tar.zst
refinery-d4504285d15aeb0cb1560a5f522ac1edc02b7d4c.zip
feat(frontend): implement grid view
Diffstat (limited to 'subprojects/frontend/src/theme/ThemeProvider.tsx')
-rw-r--r--subprojects/frontend/src/theme/ThemeProvider.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/subprojects/frontend/src/theme/ThemeProvider.tsx b/subprojects/frontend/src/theme/ThemeProvider.tsx
index 90fea897..18310147 100644
--- a/subprojects/frontend/src/theme/ThemeProvider.tsx
+++ b/subprojects/frontend/src/theme/ThemeProvider.tsx
@@ -153,7 +153,7 @@ function createResponsiveTheme(
153 }, {}), 153 }, {}),
154 }, 154 },
155 }, 155 },
156 sizeSmall: { fontSize: '0.75rem' }, 156 sizeSmall: { fontSize: '0.875rem', lineHeight: '1.75' },
157 sizeLarge: { fontSize: '1rem' }, 157 sizeLarge: { fontSize: '1rem' },
158 text: { '&.rounded': { padding: '6px 14px' } }, 158 text: { '&.rounded': { padding: '6px 14px' } },
159 textSizeSmall: { '&.rounded': { padding: '4px 8px' } }, 159 textSizeSmall: { '&.rounded': { padding: '4px 8px' } },
@@ -289,7 +289,7 @@ const darkTheme = (() => {
289 secondary: secondaryText, 289 secondary: secondaryText,
290 disabled: '#5c6370', 290 disabled: '#5c6370',
291 }, 291 },
292 divider: alpha(secondaryText, 0.24), 292 divider: alpha(primaryText, 0.24),
293 outer: { 293 outer: {
294 background: darkBackground, 294 background: darkBackground,
295 border: '#181a1f', 295 border: '#181a1f',