feat: update hover color and bg for action more button (#983)

This commit is contained in:
təəna.vuə 2023-01-12 03:40:49 -06:00 committed by GitHub
parent 2ddfdffa3d
commit 34aef0a55f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

View file

@ -121,9 +121,9 @@ const showFavoritedAndBoostedBy = () => {
<CommonDropdown flex-none ms3 placement="bottom" :eager-mount="command">
<StatusActionButton
:content="$t('action.more')"
color="text-purple"
hover="text-purple"
group-hover="bg-purple/10"
color="text-primary"
hover="text-primary"
group-hover="bg-primary-light"
icon="i-ri:more-line"
my--2
/>