Skip to content

Commit 626ed0b

Browse files
committed
review
1 parent 6c84cc9 commit 626ed0b

File tree

1 file changed

+2
-1
lines changed
  • src/quo2/components/list_items/token_value

1 file changed

+2
-1
lines changed

src/quo2/components/list_items/token_value/view.cljs

+2-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@
3333
{:size :paragraph-2
3434
:style {:color (colors/theme-colors colors/neutral-50 colors/neutral-40 theme)}}
3535
(str crypto-value " " (string/upper-case (clj->js token)))]]]
36-
[rn/view {:style {:align-items :flex-end}}
36+
[rn/view {:style {:align-items :flex-end
37+
:justify-content :space-between}}
3738
[text/text
3839
{:weight :medium
3940
:size :paragraph-2} fiat-value]

0 commit comments

Comments
 (0)