Skip to content

Commit fee5f2e

Browse files
fix(editor): Restore animation duration units for design system dialogs (#27320)
1 parent 0e1ef91 commit fee5f2e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/frontend/@n8n/design-system/src/css/_primitives.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,8 +216,8 @@
216216
--height--3xl: 3.5rem; /** 56px **/
217217
--height--4xl: 4rem; /** 64px **/
218218
--height--5xl: 6rem; /** 96px **/
219-
--duration--snappy: 0.15;
220-
--duration--base: 0.3;
219+
--duration--snappy: 0.15s;
220+
--duration--base: 0.3s;
221221
--easing--ease-out: cubic-bezier(0.215, 0.61, 0.355, 1);
222222
--easing--ease-in: cubic-bezier(0.55, 0.055, 0.675, 0.19);
223223
--easing--ease-in-out: cubic-bezier(0.645, 0.045, 0.355, 1);

0 commit comments

Comments
 (0)