Skip to content

Commit eb8b8fc

Browse files
committed
increased MediaIconWrapper square borderRadius
1 parent f02e76d commit eb8b8fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/wallet-widget/src/components/IconWrappers/MediaIconWrapper.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export const MediaIconWrapper = ({
2929
switch (size) {
3030
case '4xs':
3131
partialWidth = 8
32-
shapeClass = 'rounded-xs'
32+
shapeClass = 'rounded-sm'
3333
break
3434
case '2xs':
3535
partialWidth = 12

0 commit comments

Comments
 (0)