File tree 4 files changed +8
-1
lines changed
src/status_im/contexts/communities/actions
addresses_for_permissions
4 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1
1
(ns status-im.contexts.communities.actions.accounts-selection.view
2
2
(:require
3
3
[quo.core :as quo]
4
+ [quo.theme :as quo.theme]
4
5
[react-native.core :as rn]
5
6
[react-native.gesture :as gesture]
6
7
[status-im.contexts.communities.actions.accounts-selection.style :as style]
53
54
(fn []
54
55
(rf/dispatch
55
56
[:standard-auth/authorize
56
- {:auth-button-label (if can-edit-addresses?
57
+ {:theme (quo.theme/use-theme-value )
58
+ :auth-button-label (if can-edit-addresses?
57
59
(i18n/label :t/edit-shared-addresses )
58
60
(i18n/label :t/request-to-join ))
59
61
:on-auth-success (fn [password]
Original file line number Diff line number Diff line change 2
2
(:require
3
3
[clojure.string :as string]
4
4
[quo.core :as quo]
5
+ [quo.theme :as quo.theme]
5
6
[react-native.core :as rn]
6
7
[react-native.gesture :as gesture]
7
8
[status-im.constants :as constants]
252
253
(rf/dispatch
253
254
[:standard-auth/authorize
254
255
{:auth-button-label (i18n/label :t/confirm-changes )
256
+ :theme (quo.theme/use-theme-value )
255
257
:on-auth-success (fn [password]
256
258
(rf/dispatch
257
259
[:communities/edit-shared-addresses
Original file line number Diff line number Diff line change 1
1
(ns status-im.contexts.communities.actions.airdrop-addresses.view
2
2
(:require
3
3
[quo.core :as quo]
4
+ [quo.theme :as quo.theme]
4
5
[react-native.core :as rn]
5
6
[react-native.gesture :as gesture]
6
7
[status-im.common.not-implemented :as not-implemented]
22
23
(rf/dispatch
23
24
[:standard-auth/authorize
24
25
{:auth-button-label (i18n/label :t/confirm-changes )
26
+ :theme (quo.theme/use-theme-value )
25
27
:on-auth-success (fn [password]
26
28
(rf/dispatch
27
29
[:communities/edit-shared-addresses
Original file line number Diff line number Diff line change 17
17
(rf/dispatch
18
18
[:standard-auth/authorize
19
19
{:auth-button-label (i18n/label :t/request-to-join )
20
+ :theme (quo.theme/use-theme-value )
20
21
:on-auth-success (fn [password]
21
22
(rf/dispatch
22
23
[:communities/request-to-join
You can’t perform that action at this time.
0 commit comments