style(ui): use the shared radius token in LevelMeter

This commit is contained in:
iamdoubz
2026-07-02 12:57:47 -05:00
parent 7427165229
commit 7ac49e68fc
+1 -1
View File
@@ -27,7 +27,7 @@
position: relative;
width: 60px;
height: 8px;
border-radius: 4px;
border-radius: var(--radius-full);
background: var(--border);
overflow: hidden;
}