mirror of
https://github.com/ArthurDanjou/artsite.git
synced 2026-02-13 02:07:33 +01:00
Change button style
This commit is contained in:
@@ -66,11 +66,11 @@ useHead({
|
|||||||
</p>
|
</p>
|
||||||
<div class="flex gap-4 items-center">
|
<div class="flex gap-4 items-center">
|
||||||
<UButton
|
<UButton
|
||||||
color="gray"
|
color="black"
|
||||||
icon="i-ph-arrow-fat-lines-up-duotone"
|
icon="i-ph-arrow-fat-lines-up-duotone"
|
||||||
label="Go to top"
|
label="Go to top"
|
||||||
size="lg"
|
size="lg"
|
||||||
variant="ghost"
|
variant="solid"
|
||||||
@click.prevent="top()"
|
@click.prevent="top()"
|
||||||
/>
|
/>
|
||||||
<UButton
|
<UButton
|
||||||
@@ -79,16 +79,16 @@ useHead({
|
|||||||
icon="i-ph-check-square-duotone"
|
icon="i-ph-check-square-duotone"
|
||||||
label="Link copied"
|
label="Link copied"
|
||||||
size="lg"
|
size="lg"
|
||||||
variant="ghost"
|
variant="solid"
|
||||||
@click.prevent="copy()"
|
@click.prevent="copy()"
|
||||||
/>
|
/>
|
||||||
<UButton
|
<UButton
|
||||||
v-else
|
v-else
|
||||||
color="gray"
|
color="black"
|
||||||
icon="i-ph-square-duotone"
|
icon="i-ph-square-duotone"
|
||||||
label="Copy link"
|
label="Copy link"
|
||||||
size="lg"
|
size="lg"
|
||||||
variant="ghost"
|
variant="solid"
|
||||||
@click.prevent="copy()"
|
@click.prevent="copy()"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user