style(ui): use the shared radius token in LevelMeter
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
position: relative;
|
||||
width: 60px;
|
||||
height: 8px;
|
||||
border-radius: 4px;
|
||||
border-radius: var(--radius-full);
|
||||
background: var(--border);
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user