From 9c3489d164e7992322fedc3f27c1bb05b16c2e81 Mon Sep 17 00:00:00 2001 From: Kashif Shehzad Baloch Date: Tue, 31 Oct 2023 15:39:00 +0500 Subject: [PATCH] issue fixed --- CustomerApp/src/components/Header/RegistrationHeader/styles.js | 1 - 1 file changed, 1 deletion(-) diff --git a/CustomerApp/src/components/Header/RegistrationHeader/styles.js b/CustomerApp/src/components/Header/RegistrationHeader/styles.js index 1301270..877ea1c 100644 --- a/CustomerApp/src/components/Header/RegistrationHeader/styles.js +++ b/CustomerApp/src/components/Header/RegistrationHeader/styles.js @@ -17,7 +17,6 @@ const useStyle = () => { aspectRatio: 1 }, backBtn: { - backgroundColor: colors.white, borderRadius: scale(13), justifyContent: 'center', alignItems: 'center'