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:
@@ -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