aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/frontend/src/editor
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/editor
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/editor')
-rw-r--r--subprojects/frontend/src/editor/EditorAreaDecorations.tsx1
1 files changed, 0 insertions, 1 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}