This commit is contained in:
Omar Basem 2023-05-19 09:58:58 +04:00 committed by GitHub
parent 19526508f2
commit b4bb9c50fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -1,5 +1,6 @@
(ns status-im2.contexts.contacts.drawers.nickname-drawer.style
(:require [quo2.foundations.colors :as colors]))
(:require [quo2.foundations.colors :as colors]
[react-native.platform :as platform]))
(defn context-container
[]
@ -19,7 +20,8 @@
:margin-top 20})
(def nickname-container
{:margin-horizontal 20})
{:margin-horizontal 20
:margin-bottom (when platform/ios? 20)})
(defn nickname-description
[]