mirror of
https://github.com/BewlyBewly/BewlyBewly.git
synced 2025-04-14 13:15:29 +00:00
style: adjusted Tooltip theme for VideoCard
This commit is contained in:
@@ -190,10 +190,10 @@ function toggleWatchLater() {
|
||||
duration-300
|
||||
@click.stop="toggleWatchLater"
|
||||
>
|
||||
<Tooltip v-if="!isInWatchLater" :content="$t('common.save_to_watch_later')" placement="bottom">
|
||||
<Tooltip v-if="!isInWatchLater" :content="$t('common.save_to_watch_later')" placement="bottom" type="dark">
|
||||
<tabler:playlist-add />
|
||||
</Tooltip>
|
||||
<Tooltip v-else :content="$t('common.added')" placement="bottom">
|
||||
<Tooltip v-else :content="$t('common.added')" placement="bottom" type="dark">
|
||||
<tabler:check />
|
||||
</Tooltip>
|
||||
</button>
|
||||
|
||||
@@ -193,7 +193,7 @@ function handleUnfavorite(favoriteResource: FavoriteResource) {
|
||||
duration-300
|
||||
@click.stop="handleUnfavorite(item)"
|
||||
>
|
||||
<Tooltip :content="$t('favorites.unfavorite')" placement="bottom">
|
||||
<Tooltip :content="$t('favorites.unfavorite')" placement="bottom" type="dark">
|
||||
<ic-baseline-clear />
|
||||
</Tooltip>
|
||||
</button>
|
||||
|
||||
Reference in New Issue
Block a user