Skip to content

Commit

Permalink
fix: feed icon style
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <i@innei.in>
  • Loading branch information
Innei committed Sep 3, 2024
1 parent 0b31c1e commit 3f04f14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/src/components/feed-icon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ export function FeedIcon({

if (fallback && !!finalSrc) {
return (
<Avatar className="mr-2 shrink-0">
<Avatar className={cn("mr-2 shrink-0", className)}>
<AvatarImage
className="rounded-sm duration-200 animate-in fade-in-0"
asChild
Expand Down

0 comments on commit 3f04f14

Please sign in to comment.