Skip to content

Commit

Permalink
fix spinner
Browse files Browse the repository at this point in the history
  • Loading branch information
rasom committed Mar 29, 2019
1 parent ca35184 commit cceadb7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/status_im/ui/screens/stickers/views.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@
(when (and (not (zero? price))) ;(not no-snt?))
[icons/icon :icons/logo {:color colors/white :width 12 :height 12 :container-style {:margin-right 8}}])
(if pending
[components/activity-indicator {:animating true}]
[components/activity-indicator {:animating true
:color colors/white}]
[react/text {:style {:color colors/white}}
(cond (or owned (zero? price))
(i18n/label :t/install)
Expand Down

0 comments on commit cceadb7

Please sign in to comment.