refactor(ui): better font weight, icon hover states, etc
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
:class="{
|
||||
'bg-primaryLight !text-accent hover:text-accent': color === active,
|
||||
}"
|
||||
class="rounded"
|
||||
:icon="getIcon(color)"
|
||||
@click.native="setBGMode(color)"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user