Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b3d7e03

Browse files
committedJul 31, 2023
review
1 parent ea1d554 commit b3d7e03

File tree

1 file changed

+1
-1
lines changed
  • src/quo2/components/wallet/network_amount

1 file changed

+1
-1
lines changed
 

‎src/quo2/components/wallet/network_amount/view.cljs

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
{:source (resources/tokens token)
1515
:style {:width 12 :height 12}}]
1616
[text/text
17-
{:width :medium
17+
{:weight :medium
1818
:size :paragraph-2
1919
:style style/text}
2020
(str amount " " (string/upper-case (clj->js token)))]

0 commit comments

Comments
 (0)
Please sign in to comment.