style: following, follows you, mutual

This commit is contained in:
patak 2022-11-24 09:54:52 +01:00
parent 5aea158cf0
commit 70645180aa
3 changed files with 56 additions and 5 deletions

View file

@ -10,7 +10,7 @@ const { notification } = defineProps<{
<div flex flex-col>
<template v-if="notification.type === 'follow'">
<div flex ml-4 items-center>
<div i-ri:user-follow-fill mr-3 color-purple />
<div i-ri:user-follow-fill mr-3 color-primary />
<AccountLink :account="notification.account" mr1 /> followed you
</div>
<AccountCard :account="notification.account" p3 />