Skip to content

Commit a8d3b9e

Browse files
committed
Style updates
1 parent ba4bdf4 commit a8d3b9e

File tree

4 files changed

+21
-21
lines changed

4 files changed

+21
-21
lines changed

src/status_im/contexts/preview/quo/wallet/summary_info.cljs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717

1818
(defn view
1919
[]
20-
(let [state (reagent/atom {:type :status-account
20+
(let [state (reagent/atom {:type :status-account
2121
:networks-to-show {:ethereum {:amount 150}
22-
:optimism {:amount 50}
23-
:arbitrum {:amount 25}}})
22+
:optimism {:amount 50}
23+
:arbitrum {:amount 25}}})
2424
status-account-props {:customization-color :purple
2525
:size 32
2626
:emoji "🍑"

src/status_im/contexts/wallet/send/transaction_confirmation/view.cljs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -348,5 +348,5 @@
348348
:account-to? true
349349
:theme theme}]
350350
[network-summary
351-
{:label (i18n/label :t/on)
352-
:theme theme}]]]]))
351+
{:label (i18n/label :t/on)
352+
:theme theme}]]]]))

src/status_im/contexts/wallet/swap/swap_confirmation/view.cljs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -75,12 +75,12 @@
7575
:accessibility-label title-accessibility-label}
7676
label]
7777
[quo/summary-info
78-
{:type :token
79-
:token-props {:token token-symbol
80-
:label (str amount " " token-symbol)
81-
:address (when token-address
82-
(address-utils/get-shortened-compressed-key token-address))
83-
:size 32}
78+
{:type :token
79+
:token-props {:token token-symbol
80+
:label (str amount " " token-symbol)
81+
:address (when token-address
82+
(address-utils/get-shortened-compressed-key token-address))
83+
:size 32}
8484
:networks-to-show (send-utils/network-values-for-ui network-values)}]]))
8585

8686
(defn- pay-section

src/status_im/subs/wallet/networks.cljs

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -73,13 +73,13 @@
7373
network-values))))
7474

7575
(re-frame/reg-sub
76-
:wallet/send-selected-network
77-
:<- [:wallet/wallet-send]
78-
(fn [{:keys [to-values-by-chain]}]
79-
(let [network-name (-> to-values-by-chain
80-
keys
81-
first
82-
network-utils/id->network)]
83-
(if (= network-name :mainnet)
84-
:ethereum
85-
network-name))))
76+
:wallet/send-selected-network
77+
:<- [:wallet/wallet-send]
78+
(fn [{:keys [to-values-by-chain]}]
79+
(let [network-name (-> to-values-by-chain
80+
keys
81+
first
82+
network-utils/id->network)]
83+
(if (= network-name :mainnet)
84+
:ethereum
85+
network-name))))

0 commit comments

Comments
 (0)