Skip to content

Commit

Permalink
update more designs
Browse files Browse the repository at this point in the history
  • Loading branch information
allroundexperts committed Mar 7, 2025
1 parent 54b1340 commit c8f1ad0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions src/components/ConfirmationPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,10 @@ function ConfirmationPage({
autoPlay
loop
style={[styles.confirmationAnimation, illustrationStyle]}
webStyle={{
width: illustrationStyle?.width as number ?? styles.confirmationAnimation.width,
height: illustrationStyle?.height as number ?? styles.confirmationAnimation.height,
}}
/>
) : (
<View style={[styles.confirmationAnimation, illustrationStyle]}>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ function MergeResultPage() {
buttonText: translate('common.buttonConfirm'),
onButtonPress: () => Navigation.goBack(ROUTES.SETTINGS_SECURITY),
illustration: LottieAnimations.Fireworks,
illustrationStyle: {width: 150, height: 150},
},
[CONST.MERGE_ACCOUNT_RESULTS.ERR_NO_EXIST]: {
heading: translate('mergeAccountsPage.mergeFailureGenericHeading'),
Expand Down Expand Up @@ -133,7 +134,7 @@ function MergeResultPage() {
heading: translate('mergeAccountsPage.mergePendingSAML.weAreWorkingOnIt'),
description: (
<>
<Text style={styles.textSupporting}>{translate('mergeAccountsPage.mergePendingSAML.limitedSupport')}</Text>
<Text style={[styles.textSupporting, styles.textAlignCenter]}>{translate('mergeAccountsPage.mergePendingSAML.limitedSupport')}</Text>
<Text style={[styles.dBlock, styles.textAlignCenter, styles.textSupporting, styles.mt2]}>
{translate('mergeAccountsPage.mergePendingSAML.reachOutForHelp.beforeLink')}
<TextLink
Expand Down

0 comments on commit c8f1ad0

Please sign in to comment.