We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70f130b commit 882d24cCopy full SHA for 882d24c
src/quo/components/graph/wallet_graph/view.cljs
@@ -44,8 +44,8 @@
44
fill-color (colors/theme-colors colors/white colors/neutral-95)]
45
(if (= time-frame :empty)
46
[fast-image/fast-image
47
- {:style style/empty-state
48
- :source (resources/get-themed-image :no-funds theme)
+ {:style style/empty-state
+ :source (resources/get-themed-image :no-funds theme)
49
:accessibility-label :illustration}]
50
[rn/view
51
[linear-gradient/linear-gradient
0 commit comments