File tree 3 files changed +5
-7
lines changed
3 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 122
122
[:show-bottom-sheet
123
123
{:content
124
124
(fn []
125
- [method-menu/view on-change-profile-pic])}]))
125
+ [method-menu/view on-change-profile-pic])
126
+ :theme :dark }]))
126
127
:image-picker-props {:profile-picture (when @profile-pic {:uri @profile-pic})
127
128
:full-name (if (seq @full-name)
128
129
@full-name
Original file line number Diff line number Diff line change 62
62
[[{:icon :i/camera
63
63
:accessibility-label :take-photo-button
64
64
:label (i18n/label :t/profile-pic-take )
65
- :override-theme :dark
66
65
:on-press #(take-pic update-profile-pic-callback)}
67
66
{:icon :i/image
68
- :override-theme :dark
69
67
:accessibility-label :select-from-gallery-button
70
68
:label (i18n/label :t/profile-pic-pick )
71
69
:on-press #(pick-pic update-profile-pic-callback)}]]])
Original file line number Diff line number Diff line change 131
131
{:label (i18n/label :t/have-a-sync-code? )
132
132
:increase-padding-top? true }]
133
133
[quo/action-drawer
134
- [[{:icon :i/scan
135
- :override-theme :dark
136
- :on-press #(rf/dispatch [:navigate-to :scan-sync-code-page ])
137
- :label (i18n/label :t/scan-or-enter-sync-code )}]]]]]])))
134
+ [[{:icon :i/scan
135
+ :on-press #(rf/dispatch [:navigate-to :scan-sync-code-page ])
136
+ :label (i18n/label :t/scan-or-enter-sync-code )}]]]]]])))
You can’t perform that action at this time.
0 commit comments