Skip to content
This repository was archived by the owner on Feb 23, 2021. It is now read-only.

Commit f8c3394

Browse files
committed
Use notify dark color in copied notification in new address screen
1 parent d6d97ab commit f8c3394

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/view/new-address.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ const NewAddressView = ({ store, invoice, info }) => (
5757
</View>
5858
<CopiedNotification
5959
display={store.displayCopied}
60-
color={color.notifyLight}
60+
color={color.notifyDark}
6161
style={styles.copied}
6262
/>
6363
</MainContent>

0 commit comments

Comments
 (0)