File tree 1 file changed +7
-10
lines changed
src/status_im/contexts/communities/actions/addresses_for_permissions
1 file changed +7
-10
lines changed Original file line number Diff line number Diff line change 360
360
id
361
361
color
362
362
flag-share-all-addresses]
363
- :header [quo/category
364
- {:list-type :settings
365
- :data [{:title
366
- (i18n/label
367
- :t/share-all-current-and-future-addresses )
368
- :action :selector
369
- :action-props
370
- {:on-change toggle-flag-share-all-addresses
371
- :customization-color color
372
- :checked? flag-share-all-addresses}}]
363
+ :header [quo/page-setting
364
+ {:checked? flag-share-all-addresses
365
+ :customization-color color
366
+ :on-change toggle-flag-share-all-addresses
367
+ :setting-text (i18n/label
368
+ :t/share-all-current-and-future-addresses )
369
+ :container-style {:margin-bottom 16 }}]
373
370
:container-style {:padding-bottom 16 :padding-horizontal 0 }}]
374
371
:content-container-style {:padding-horizontal 20 }
375
372
:key-fn :address
You can’t perform that action at this time.
0 commit comments