feat: update hover color and bg for action more button (#983)
This commit is contained in:
parent
2ddfdffa3d
commit
34aef0a55f
3 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue