fix: use dot for social media item

Signed-off-by: Innei <i@innei.in>
This commit is contained in:
Innei 2024-07-24 20:48:48 +08:00
parent 707bf01f59
commit b8dc9802a3
No known key found for this signature in database
GPG Key ID: 0F62D33977F021F7
1 changed files with 1 additions and 2 deletions

View File

@ -31,8 +31,7 @@ export const SocialMediaItem: EntryListItemFC = ({
className={cn(
"relative flex py-3 pl-3 pr-2",
!asRead &&
// "before:absolute before:-left-4 before:top-[22px] before:block before:size-2 before:rounded-full before:bg-theme-accent",
"bg-theme-accent/15",
"before:absolute before:-left-4 before:top-[22px] before:block before:size-2 before:rounded-full before:bg-theme-accent",
)}
>
<FeedIcon