aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects
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
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')
-rw-r--r--subprojects/frontend/src/editor/EditorAreaDecorations.tsx1
-rw-r--r--subprojects/frontend/src/theme/ThemeProvider.tsx2
2 files changed, 1 insertions, 2 deletions
diff --git a/subprojects/frontend/src/editor/EditorAreaDecorations.tsx b/subprojects/frontend/src/editor/EditorAreaDecorations.tsx
index f33bf25f..e00cc290 100644
--- a/subprojects/frontend/src/editor/EditorAreaDecorations.tsx
+++ b/subprojects/frontend/src/editor/EditorAreaDecorations.tsx
@@ -43,7 +43,6 @@ function animateSize(
43 [direction]: opacity * SHADOW_SIZE, 43 [direction]: opacity * SHADOW_SIZE,
44 transition: theme.transitions.create(direction, { 44 transition: theme.transitions.create(direction, {
45 duration: theme.transitions.duration.shortest, 45 duration: theme.transitions.duration.shortest,
46 easing: theme.transitions.easing.sharp,
47 }), 46 }),
48 }; 47 };
49} 48}
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',