Share screen design review (#18148)
* Share screen design review * Small update * Update * Style fix
This commit is contained in:
parent
e392608697
commit
4a9ca80bc2
|
@ -9,7 +9,8 @@
|
||||||
(rf/merge cofx
|
(rf/merge cofx
|
||||||
{:copy-to-clipboard text-to-copy}
|
{:copy-to-clipboard text-to-copy}
|
||||||
(toasts/upsert
|
(toasts/upsert
|
||||||
{:id :successful-copy-toast-message
|
{:icon :i/correct
|
||||||
|
:id :successful-copy-toast-message
|
||||||
:type :positive
|
:type :positive
|
||||||
:override-theme :dark
|
:theme :dark
|
||||||
:text post-copy-message})))
|
:text post-copy-message})))
|
||||||
|
|
|
@ -85,10 +85,10 @@
|
||||||
(def emoji-hash-content
|
(def emoji-hash-content
|
||||||
{:color colors/white
|
{:color colors/white
|
||||||
:align-self :flex-start
|
:align-self :flex-start
|
||||||
:padding-top 4
|
:padding-top 2
|
||||||
:padding-bottom 12
|
:padding-bottom 12
|
||||||
:padding-left 12
|
:padding-left 12
|
||||||
:font-size 13})
|
:font-size 12})
|
||||||
|
|
||||||
(def tabs-container
|
(def tabs-container
|
||||||
{:padding-horizontal screen-padding
|
{:padding-horizontal screen-padding
|
||||||
|
|
Loading…
Reference in New Issue