summaryrefslogtreecommitdiff
path: root/frontend/app/prism-shell.css
diff options
context:
space:
mode:
authorTyler Hoang <tyler@tylerhoang.xyz>2026-05-19 00:33:16 -0700
committerTyler Hoang <tyler@tylerhoang.xyz>2026-05-19 00:33:16 -0700
commitf66caf34f8cb9aaff878432aa3c18b9cceb01e65 (patch)
tree0c288c8df9e267e8872ccd326e19bd0904496dc4 /frontend/app/prism-shell.css
parent12e64dcdd11d151c03339540ace5603777be3b88 (diff)
fix: correct VolumeCard bar transition to 150ms per design system
Diffstat (limited to 'frontend/app/prism-shell.css')
-rw-r--r--frontend/app/prism-shell.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/app/prism-shell.css b/frontend/app/prism-shell.css
index ce9b3bd..0d7b4ac 100644
--- a/frontend/app/prism-shell.css
+++ b/frontend/app/prism-shell.css
@@ -1864,7 +1864,7 @@
height: 100%;
border-radius: var(--r-full);
background: var(--info);
- transition: width 300ms ease;
+ transition: width 150ms ease;
}
.psm-vol-fill.accent {