aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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',