Skip to content

Commit

Permalink
Share screen design review (#18148)
Browse files Browse the repository at this point in the history
* Share screen design review

* Small update

* Update

* Style fix
  • Loading branch information
alwx authored Jan 2, 2024
1 parent e392608 commit 4a9ca80
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
9 changes: 5 additions & 4 deletions src/status_im/contexts/shell/share/events.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -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})))
4 changes: 2 additions & 2 deletions src/status_im/contexts/shell/share/style.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4a9ca80

Please sign in to comment.