We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c84cc9 commit 626ed0bCopy full SHA for 626ed0b
src/quo2/components/list_items/token_value/view.cljs
@@ -33,7 +33,8 @@
33
{:size :paragraph-2
34
:style {:color (colors/theme-colors colors/neutral-50 colors/neutral-40 theme)}}
35
(str crypto-value " " (string/upper-case (clj->js token)))]]]
36
- [rn/view {:style {:align-items :flex-end}}
+ [rn/view {:style {:align-items :flex-end
37
+ :justify-content :space-between}}
38
[text/text
39
{:weight :medium
40
:size :paragraph-2} fiat-value]
0 commit comments