refactor(Echo): ♻️ use CSS variable for border radius

This commit is contained in:
alistair3149 2024-07-05 20:39:57 -04:00
parent fdc6eaee20
commit 164d79ff32
No known key found for this signature in database

View file

@ -19,6 +19,6 @@
content: '';
background: var( --color-progressive );
border: 4px solid var( --color-surface-0 );
border-radius: 100%;
border-radius: var( --border-radius-circle );
}
}