Skip to content

Commit 15421e5

Browse files
authored
Merge pull request #368 from fluidchunky/main
fixed card avatars
2 parents 6174070 + eddc0fc commit 15421e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

elements/avatars.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export const SimpleAvatar = (props: any) => {
2222
alt={props.alt ?? ''}
2323
width={10}
2424
height={10}
25-
className="object-cover w-10 h-10 border-4 border-white"
25+
className="object-cover w-10 h-10"
2626
/>
2727
</div>
2828
</div>

0 commit comments

Comments
 (0)