From 0020c45dc58af5034a9886475fc7b9640dc283db Mon Sep 17 00:00:00 2001 From: GleidsonDaniel Date: Mon, 1 Apr 2024 10:46:05 -0300 Subject: [PATCH] chore: revert to 1 tick --- app/containers/TextInput/FormTextInput.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/containers/TextInput/FormTextInput.tsx b/app/containers/TextInput/FormTextInput.tsx index bbc5865b6..ed9714ee6 100644 --- a/app/containers/TextInput/FormTextInput.tsx +++ b/app/containers/TextInput/FormTextInput.tsx @@ -28,8 +28,8 @@ const styles = StyleSheet.create({ fontSize: 16, paddingHorizontal: 16, paddingVertical: 10, - borderWidth: 2, - borderRadius: 2 + borderWidth: 1, + borderRadius: 1 }, inputIconLeft: { paddingLeft: 45