aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/frontend/src/theme/ThemeProvider.tsx
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2022-10-16 17:23:42 -0400
committerLibravatar Kristóf Marussy <kristof@marussy.com>2022-11-05 19:41:16 +0100
commit269062c66b6411e61fbbf48fc3d1dc08c9358302 (patch)
tree409cff8513eae07c7a14382749f54e2a3038985d /subprojects/frontend/src/theme/ThemeProvider.tsx
parentrefactor(frontend): tighten security headers (diff)
downloadrefinery-269062c66b6411e61fbbf48fc3d1dc08c9358302.tar.gz
refinery-269062c66b6411e61fbbf48fc3d1dc08c9358302.tar.zst
refinery-269062c66b6411e61fbbf48fc3d1dc08c9358302.zip
refactor(frontend): minor theme improvements
Diffstat (limited to 'subprojects/frontend/src/theme/ThemeProvider.tsx')
-rw-r--r--subprojects/frontend/src/theme/ThemeProvider.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/subprojects/frontend/src/theme/ThemeProvider.tsx b/subprojects/frontend/src/theme/ThemeProvider.tsx
index 060a5e9a..47062314 100644
--- a/subprojects/frontend/src/theme/ThemeProvider.tsx
+++ b/subprojects/frontend/src/theme/ThemeProvider.tsx
@@ -246,7 +246,7 @@ const darkTheme = createResponsiveTheme({
246 divider: alpha('#abb2bf', 0.24), 246 divider: alpha('#abb2bf', 0.24),
247 outer: { 247 outer: {
248 background: '#21252b', 248 background: '#21252b',
249 border: '#333841', 249 border: '#181a1f',
250 }, 250 },
251 highlight: { 251 highlight: {
252 number: '#6188a6', 252 number: '#6188a6',