Skip to content

Commit 08b1ed7

Browse files
committed
fix(mobile): replace image stickers, ref ENG-110
1 parent fb4c519 commit 08b1ed7

File tree

16 files changed

+10
-18
lines changed

16 files changed

+10
-18
lines changed

apps/mobile/src/app/secure-your-wallet.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,9 @@ export default function SecureYourWalletScreen() {
4646
</Box>
4747
<Box justifyContent="center" alignItems="center" aspectRatio={1}>
4848
<Image
49+
style={{ height: 270, width: 270 }}
4950
source={require('@/assets/stickers/lock.png')}
50-
style={{ width: 189, height: 252 }}
51+
contentFit="contain"
5152
/>
5253
</Box>
5354
</AnimatedHeaderScreenLayout>
224 KB
Loading
136 KB
Loading
20.4 KB
Loading
119 KB
Loading
202 KB
Loading
132 KB
Loading
107 KB
Loading
20.3 KB
Loading

apps/mobile/src/components/error/error.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ export function Error({ error, onRetry }: ErrorProps) {
2727
image={
2828
<Box pt="8">
2929
<Image
30-
style={{ height: 203, width: 244 }}
30+
style={{ height: 219, width: 270 }}
31+
contentFit="contain"
3132
source={require('@/assets/stickers/egg.png')}
3233
/>
3334
</Box>

0 commit comments

Comments
 (0)