ui: adjust

This commit is contained in:
Anthony Fu 2022-11-27 04:48:06 +08:00
parent 321a200e27
commit a05880d922
3 changed files with 8 additions and 8 deletions

View file

@ -15,7 +15,7 @@ const account = asyncComputed(() => fetchAccount(status.inReplyToAccountId!))
:to="getStatusInReplyToPath(status)"
:title="account ? `Replying to ${getDisplayName(account)}` : 'Replying to someone'"
>
<div i-ri:reply-fill rotate-180 text-secondary class="mr-1.5" />
<div i-ri:reply-fill rotate-180 text-secondary-light class="mr-1.5" />
<AccountInlineInfo v-if="account" :account="account" :link="false" />
<span v-else>Someone</span>
's post