Change button colours
This commit is contained in:
parent
c5cc4897eb
commit
095a1d1123
|
@ -27,6 +27,7 @@
|
||||||
</ft-button>
|
</ft-button>
|
||||||
<ft-button
|
<ft-button
|
||||||
class="action"
|
class="action"
|
||||||
|
backgroundColor="var(--accent-color-active)"
|
||||||
@click="copyYoutubeEmbed()"
|
@click="copyYoutubeEmbed()"
|
||||||
>
|
>
|
||||||
<font-awesome-icon icon="copy"/>
|
<font-awesome-icon icon="copy"/>
|
||||||
|
@ -34,6 +35,7 @@
|
||||||
</ft-button>
|
</ft-button>
|
||||||
<ft-button
|
<ft-button
|
||||||
class="action"
|
class="action"
|
||||||
|
backgroundColor="var(--accent-color-active)"
|
||||||
@click="openYoutubeEmbed()"
|
@click="openYoutubeEmbed()"
|
||||||
>
|
>
|
||||||
<font-awesome-icon icon="globe"/>
|
<font-awesome-icon icon="globe"/>
|
||||||
|
@ -62,6 +64,7 @@
|
||||||
</ft-button>
|
</ft-button>
|
||||||
<ft-button
|
<ft-button
|
||||||
class="action"
|
class="action"
|
||||||
|
backgroundColor="var(--accent-color-active)"
|
||||||
@click="copyInvidiousEmbed()"
|
@click="copyInvidiousEmbed()"
|
||||||
>
|
>
|
||||||
<font-awesome-icon icon="copy"/>
|
<font-awesome-icon icon="copy"/>
|
||||||
|
@ -69,6 +72,7 @@
|
||||||
</ft-button>
|
</ft-button>
|
||||||
<ft-button
|
<ft-button
|
||||||
class="action"
|
class="action"
|
||||||
|
backgroundColor="var(--accent-color-active)"
|
||||||
@click="openInvidiousEmbed()"
|
@click="openInvidiousEmbed()"
|
||||||
>
|
>
|
||||||
<font-awesome-icon icon="globe"/>
|
<font-awesome-icon icon="globe"/>
|
||||||
|
|
Loading…
Reference in New Issue