Skip to content

Commit

Permalink
[Update] Identifiers screen design (#16220)
Browse files Browse the repository at this point in the history
Signed-off-by: Mohamed Javid <19339952+smohamedjavid@users.noreply.github.com>
  • Loading branch information
smohamedjavid authored Jun 8, 2023
1 parent eff5cb1 commit 4695ef6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
3 changes: 2 additions & 1 deletion src/quo2/components/profile/profile_card/style.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 2 additions & 3 deletions src/quo2/components/profile/profile_card/view.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/status_im2/contexts/onboarding/identifiers/style.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

(def content-container
{:position :absolute
:top 160
:top 170
:bottom 0
:left 0
:right 0})
Expand Down

0 comments on commit 4695ef6

Please sign in to comment.