From 04a830c56557d831d297825b2c74cfe0871a605c Mon Sep 17 00:00:00 2001 From: Harsh R <53080940+fullstackninja864@users.noreply.github.com> Date: Fri, 20 Oct 2023 06:25:22 +0530 Subject: [PATCH] fix(core): fixed app crashing issue (#4083) --- .../screens/Settings/components/CustomUrlInput.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mobile-app/app/screens/AppNavigator/screens/Settings/components/CustomUrlInput.tsx b/mobile-app/app/screens/AppNavigator/screens/Settings/components/CustomUrlInput.tsx index 879f055ef5..dea612c104 100644 --- a/mobile-app/app/screens/AppNavigator/screens/Settings/components/CustomUrlInput.tsx +++ b/mobile-app/app/screens/AppNavigator/screens/Settings/components/CustomUrlInput.tsx @@ -78,7 +78,7 @@ export function CustomUrlInput({ testID="endpoint_url_title" text={translate("screens/ServiceProviderScreen", label)} /> - + handleUrlInputChange(type, "")} placeholder={translate("screens/ServiceProviderScreen", defaultUrl)} style={tailwind("font-normal-v2 flex-1 py-2.5")} - containerStyle="flex-1" + containerStyle="flex-1 pr-3" testID={`${type}_endpoint_url_input`} inlineText={{ type: errMsg !== undefined ? "error" : "helper", @@ -122,7 +122,7 @@ export function CustomUrlInput({ "bg-opacity-30": (!isUnlocked && activeInput !== undefined) || isDisabled, })} - style={tailwind("ml-3 h-10 w-10 p-2.5 text-center rounded-full")} + style={tailwind("mt-2 h-10 w-10 p-2.5 text-center rounded-full")} disabled={isUnlocked || isDisabled} testID={`${type}_edit_service_provider`} >