mirror of
https://github.com/FreeTubeApp/FreeTube
synced 2024-11-22 01:45:40 +01:00
Leave buttons as primary color
This commit is contained in:
parent
4616a6ccfb
commit
c67e476e83
@ -43,14 +43,20 @@
|
||||
<ft-flex-box>
|
||||
<ft-button
|
||||
:label="$t('Settings.Privacy Settings.Clear Search Cache')"
|
||||
text-color="var(--text-with-main-color)"
|
||||
background-color="var(--primary-color)"
|
||||
@click="showSearchCachePrompt = true"
|
||||
/>
|
||||
<ft-button
|
||||
:label="$t('Settings.Privacy Settings.Remove Watch History')"
|
||||
text-color="var(--text-with-main-color)"
|
||||
background-color="var(--primary-color)"
|
||||
@click="showRemoveHistoryPrompt = true"
|
||||
/>
|
||||
<ft-button
|
||||
:label="$t('Settings.Privacy Settings.Remove All Subscriptions / Profiles')"
|
||||
text-color="var(--text-with-main-color)"
|
||||
background-color="var(--primary-color)"
|
||||
@click="showRemoveSubscriptionsPrompt = true"
|
||||
/>
|
||||
</ft-flex-box>
|
||||
|
Loading…
Reference in New Issue
Block a user