Change button style

This commit is contained in:
2024-06-30 01:01:18 +02:00
parent 89be010076
commit 953c6cdc27
2 changed files with 4 additions and 4 deletions

View File

@@ -66,7 +66,7 @@ useHead({
</p>
<div class="flex gap-4 items-center">
<UButton
color="black"
color="white"
icon="i-ph-arrow-fat-lines-up-duotone"
label="Go to top"
size="lg"
@@ -84,7 +84,7 @@ useHead({
/>
<UButton
v-else
color="black"
color="white"
icon="i-ph-square-duotone"
label="Copy link"
size="lg"