Skip to content

Commit

Permalink
Fix iOS chain badge border radius
Browse files Browse the repository at this point in the history
  • Loading branch information
christianbaroni committed Jun 11, 2024
1 parent a812c17 commit b75e28f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export function AnimatedChainImage({
const base = {
source: {
...DEFAULT_FASTER_IMAGE_CONFIG,
borderRadius: IS_ANDROID ? (size / 2) * PIXEL_RATIO : undefined,
borderRadius: IS_ANDROID ? (size / 2) * PIXEL_RATIO : size / 2,
url: '',
},
};
Expand Down

0 comments on commit b75e28f

Please sign in to comment.