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

Commit 7e903a8

Browse files
authored
Merge pull request #707 from lightninglabs/darker-toast
Use notify dark color in copied notification in new address screen
2 parents 5612ae0 + f8c3394 commit 7e903a8

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)