diff options
| author | Tyler Hoang <tyler@tylerhoang.xyz> | 2026-05-19 00:33:16 -0700 |
|---|---|---|
| committer | Tyler Hoang <tyler@tylerhoang.xyz> | 2026-05-19 00:33:16 -0700 |
| commit | f66caf34f8cb9aaff878432aa3c18b9cceb01e65 (patch) | |
| tree | 0c288c8df9e267e8872ccd326e19bd0904496dc4 | |
| parent | 12e64dcdd11d151c03339540ace5603777be3b88 (diff) | |
fix: correct VolumeCard bar transition to 150ms per design system
| -rw-r--r-- | frontend/app/prism-shell.css | 2 |
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 { |
