style: updated button hover transition attribute

This commit is contained in:
Sven Brodny
2024-03-05 18:15:10 +01:00
parent 15cc8fd610
commit a9043e7722

View File

@@ -18,7 +18,7 @@
--color-chip-border: rgba(240, 246, 252, 0.1);
--button-transform: translateY(-1px);
--button-transition: all 100ms ease-in-out 30ms;
--button-transition: transform 150ms ease-in-out 30ms, opacity 100ms ease-in-out;
}
:root[data-theme='light'],