feat(ui): colorize reply and reblog
This commit is contained in:
parent
c64106c98a
commit
2211383258
5 changed files with 34 additions and 32 deletions
|
@ -38,7 +38,7 @@ const reply = () => {
|
|||
:content="$t('action.reply')"
|
||||
:text="status.repliesCount || ''"
|
||||
color="text-blue" hover="text-blue" group-hover="bg-blue/10"
|
||||
icon="i-ri:chat-3-line"
|
||||
icon="i-ri:chat-1-line"
|
||||
:command="command"
|
||||
@click="reply"
|
||||
>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue