Skip to content

Commit e4c1099

Browse files
author
ignaciosantise
committed
fix: changed update-email cancel button color
1 parent 9643b8d commit e4c1099

File tree

1 file changed

+1
-1
lines changed
  • packages/scaffold/src/views/w3m-update-email-wallet-view

1 file changed

+1
-1
lines changed

packages/scaffold/src/views/w3m-update-email-wallet-view/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ export function UpdateEmailWalletView() {
7979
margin={['0', 'xs', '0', 'xs']}
8080
>
8181
<Button onPress={RouterController.goBack} variant="shade" style={styles.cancelButton}>
82-
<Text variant="paragraph-600" color="inverse-100">
82+
<Text variant="paragraph-600" color="fg-100">
8383
Cancel
8484
</Text>
8585
</Button>

0 commit comments

Comments
 (0)