From 4a9ca80bc21a15b1b09d2660fe5b12133dcba2ea Mon Sep 17 00:00:00 2001 From: Alexander Date: Tue, 2 Jan 2024 10:23:38 +0100 Subject: [PATCH] Share screen design review (#18148) * Share screen design review * Small update * Update * Style fix --- src/status_im/contexts/shell/share/events.cljs | 9 +++++---- src/status_im/contexts/shell/share/style.cljs | 4 ++-- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/src/status_im/contexts/shell/share/events.cljs b/src/status_im/contexts/shell/share/events.cljs index 6e46b67ed4..cce601a810 100644 --- a/src/status_im/contexts/shell/share/events.cljs +++ b/src/status_im/contexts/shell/share/events.cljs @@ -9,7 +9,8 @@ (rf/merge cofx {:copy-to-clipboard text-to-copy} (toasts/upsert - {:id :successful-copy-toast-message - :type :positive - :override-theme :dark - :text post-copy-message}))) + {:icon :i/correct + :id :successful-copy-toast-message + :type :positive + :theme :dark + :text post-copy-message}))) diff --git a/src/status_im/contexts/shell/share/style.cljs b/src/status_im/contexts/shell/share/style.cljs index a1ee2876a3..8b4f269942 100644 --- a/src/status_im/contexts/shell/share/style.cljs +++ b/src/status_im/contexts/shell/share/style.cljs @@ -85,10 +85,10 @@ (def emoji-hash-content {:color colors/white :align-self :flex-start - :padding-top 4 + :padding-top 2 :padding-bottom 12 :padding-left 12 - :font-size 13}) + :font-size 12}) (def tabs-container {:padding-horizontal screen-padding