Skip to content

Commit 97ae80a

Browse files
committed
Update theme on permission request
Signed-off-by: Mohamed Javid <[email protected]>
1 parent 5501a3b commit 97ae80a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/status_im2/common/device_permissions.cljs

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
:on-allowed on-allowed
1313
:on-denied #(rf/dispatch
1414
[:toasts/upsert
15-
{:icon :i/info
16-
:icon-color colors/danger-50
17-
:override-theme :light
18-
:text (i18n/label :t/camera-permission-denied)}])}]))
15+
{:icon :i/info
16+
:icon-color colors/danger-50
17+
:theme :dark
18+
:text (i18n/label :t/camera-permission-denied)}])}]))

0 commit comments

Comments
 (0)