From bdf5a0a3bb0005a607d80594fa9edc5640e90d31 Mon Sep 17 00:00:00 2001 From: Karl Ranna Date: Mon, 17 Sep 2018 17:55:59 +0300 Subject: [PATCH] Adjust copied to clipboard position in NewAddress This only changes the styling of the initial `NewAddress` view. Closes: https://github.com/lightninglabs/lightning-app/issues/682 --- src/view/new-address.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/view/new-address.js b/src/view/new-address.js index 2714d4043..4840c223d 100644 --- a/src/view/new-address.js +++ b/src/view/new-address.js @@ -34,7 +34,7 @@ const styles = StyleSheet.create({ marginBottom: 40, }, copied: { - bottom: 180, + bottom: 60, }, });