Skip to content

Commit

Permalink
fix: use dot for social media item
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <i@innei.in>
  • Loading branch information
Innei committed Jul 24, 2024
1 parent 707bf01 commit b8dc980
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/renderer/src/modules/entry-column/social-media-item.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b8dc980

Please sign in to comment.