fix(ui): reduce dialog transition in time to 150ms

This commit is contained in:
David Hill
2026-01-26 19:47:58 +00:00
parent 7962ff38b0
commit c551f7e47b
+1 -1
View File
@@ -139,7 +139,7 @@
animation: contentHide 100ms ease-in forwards; animation: contentHide 100ms ease-in forwards;
&[data-expanded] { &[data-expanded] {
animation: contentShow 200ms ease-out; animation: contentShow 150ms ease-out;
} }
} }