fix(ui): style consistant

This commit is contained in:
Anthony Fu 2023-01-05 23:56:28 +01:00
parent 916793f5ae
commit b4012a11bf

View file

@ -26,7 +26,7 @@ const account = isSelf ? computed(() => status.account) : useAccountById(status.
<AccountInlineInfo v-else :account="account" :link="false" mx-0.5 /> <AccountInlineInfo v-else :account="account" :link="false" mx-0.5 />
</template> </template>
</template> </template>
<div i-ph:chats-fill text-primary text-lg /> <div i-ri:question-answer-line text-secondary-light text-lg />
</NuxtLink> </NuxtLink>
</div> </div>
</template> </template>