From 1a4987478c275f3b8af18351a87a11a0086900f4 Mon Sep 17 00:00:00 2001 From: Parvesh Monu Date: Tue, 23 Jul 2024 16:09:04 +0530 Subject: [PATCH] fix UI elements are misplaced on the 'Sign in by syncing' screen when adding a new profile (#20837) --- src/status_im/contexts/syncing/scan_sync_code/view.cljs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/status_im/contexts/syncing/scan_sync_code/view.cljs b/src/status_im/contexts/syncing/scan_sync_code/view.cljs index fbcf311195..e35047661a 100644 --- a/src/status_im/contexts/syncing/scan_sync_code/view.cljs +++ b/src/status_im/contexts/syncing/scan_sync_code/view.cljs @@ -346,7 +346,8 @@ #(reset! camera-permission-granted? %) #(reset! camera-permission-granted? false))))) [:<> - background + [rn/view {:style style/absolute-fill} + background] (when camera-ready-to-scan? [render-camera {:torch-mode torch-mode