Change button colours

This commit is contained in:
Cadence Ember 2020-06-19 04:01:19 +12:00
parent c5cc4897eb
commit 095a1d1123
No known key found for this signature in database
GPG Key ID: 128B99B1B74A6412
1 changed files with 4 additions and 0 deletions

View File

@ -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"/>