[Update] Identifiers screen design (#16220)
Signed-off-by: Mohamed Javid <19339952+smohamedjavid@users.noreply.github.com>
This commit is contained in:
parent
eff5cb1f3e
commit
4695ef65d0
|
@ -27,7 +27,8 @@
|
|||
{:color colors/white})
|
||||
|
||||
(def emoji-hash
|
||||
{:margin-top 12})
|
||||
{:margin-top 12
|
||||
:letter-spacing 1.5})
|
||||
|
||||
(def user-hash
|
||||
{:margin-top 2
|
||||
|
|
|
@ -94,9 +94,8 @@
|
|||
style/keycard-icon))]
|
||||
(when show-user-hash?
|
||||
[text/text
|
||||
{:weight :monospace
|
||||
:number-of-lines 1
|
||||
:style style/user-hash} hash])
|
||||
{:weight :monospace
|
||||
:style style/user-hash} hash])
|
||||
(when (and show-emoji-hash? emoji-hash)
|
||||
[text/text
|
||||
{:weight :monospace
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
(def content-container
|
||||
{:position :absolute
|
||||
:top 160
|
||||
:top 170
|
||||
:bottom 0
|
||||
:left 0
|
||||
:right 0})
|
||||
|
|
Loading…
Reference in New Issue