mirror of
https://github.com/ArthurDanjou/artsite.git
synced 2026-01-27 08:54:18 +01:00
Change button style
This commit is contained in:
@@ -73,7 +73,7 @@ defineShortcuts({
|
||||
:icon="nav.icon"
|
||||
:target="nav.target ? nav.target : '_self'"
|
||||
:to="nav.to"
|
||||
color="gray"
|
||||
color="white"
|
||||
size="sm"
|
||||
label=""
|
||||
variant="solid"
|
||||
@@ -83,7 +83,7 @@ defineShortcuts({
|
||||
<UTooltip text="switch theme">
|
||||
<UButton
|
||||
:icon="isDark ? 'i-ph-moon-duotone' : 'i-ph-sun-duotone'"
|
||||
color="black"
|
||||
color="white"
|
||||
size="sm"
|
||||
variant="solid"
|
||||
@click="toggleTheme()"
|
||||
|
||||
Reference in New Issue
Block a user