Skip to content

Commit 5aa9c85

Browse files
committed
fix: remove ring style
Signed-off-by: Innei <[email protected]>
1 parent a332f75 commit 5aa9c85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/widgets/comment/Comment.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ export const Comment: Component<{
9797
/>
9898
{source && (
9999
<UserAuthStrategyIcon
100-
className="absolute bottom-0.5 right-0.5 h-3.5 w-3.5 ring-1 ring-slate-100 dark:ring-zinc-800"
100+
className="absolute bottom-0.5 right-0.5 h-3.5 w-3.5"
101101
strategy={source}
102102
/>
103103
)}

0 commit comments

Comments
 (0)