We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c017260 commit af4ad5fCopy full SHA for af4ad5f
src/quo/components/list_items/token_network/style.cljs
@@ -43,7 +43,8 @@
43
:background-color colors/neutral-80-opa-5})
44
45
(def values-container
46
- {:align-items :flex-end})
+ {:align-items :flex-end
47
+ :max-width "30%"})
48
49
(defn fiat-value
50
[theme]
src/quo/components/list_items/token_network/view.cljs
@@ -33,12 +33,14 @@
33
:accessibility-label :check-icon}]
34
[rn/view {:style style/values-container}
35
[text/text
36
- {:weight :medium
37
- :size :paragraph-2}
+ {:weight :medium
+ :size :paragraph-2
38
+ :number-of-lines 1}
39
token-value]
40
- {:style (style/fiat-value theme)
41
+ {:style (style/fiat-value theme)
42
fiat-value]]))
(defn- view-internal
0 commit comments