We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc81fc5 commit a6c5bedCopy full SHA for a6c5bed
src/status_im/contexts/wallet/create_account/new_keypair/keypair_name/style.cljs
@@ -7,3 +7,11 @@
7
8
(def bottom-action
9
{:margin-horizontal -20})
10
+
11
+(defn error-container
12
+ {:flex-direction :row
13
+ :justify-content :center
14
+ :align-items :center
15
+ :align-self :flex-start
16
+ :margin-left 20
17
+ :margin-vertical 8})
src/status_im/contexts/wallet/create_account/new_keypair/keypair_name/view.cljs
@@ -60,12 +60,7 @@
60
:error? error?}]
61
(when error?
62
[rn/view
63
- {:style {:flex-direction :row
64
- :justify-content :center
65
- :align-items :center
66
- :align-self :flex-start
67
- :margin-left 20
68
- :margin-vertical 8}}
+ {:style style/error-container}
69
[quo/icon :i/info {:color (colors/theme-colors colors/danger-50 colors/danger-60 theme)}]
70
[quo/text
71
{:style {:margin-left 4
0 commit comments