From 209841d676adbb97ef3f672db306e319fcb32dd5 Mon Sep 17 00:00:00 2001 From: Edmel John Linaugo <68092712+EdmelKun@users.noreply.github.com> Date: Thu, 7 Dec 2023 01:31:38 +0800 Subject: [PATCH] fix: realign save text and removed button shadow --- apps/expo/src/screens/create-question/ChoiceCard.tsx | 4 ++-- apps/expo/src/screens/edit-personal-info.tsx | 6 +++--- apps/expo/src/screens/play-test/TestCard.tsx | 4 ++-- apps/expo/src/screens/test-history/index.tsx | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/apps/expo/src/screens/create-question/ChoiceCard.tsx b/apps/expo/src/screens/create-question/ChoiceCard.tsx index bddc7b3..7438eba 100644 --- a/apps/expo/src/screens/create-question/ChoiceCard.tsx +++ b/apps/expo/src/screens/create-question/ChoiceCard.tsx @@ -661,7 +661,7 @@ export const IdentificationCards = ({ ))} - + { {edit ? ( - + { borderRadius="full" fontStyle="bold" textColor="white" - TOwidth="[50%]" + TOwidth="full" Vwidth="full" - Vheight="16" + Vheight="12" onPress={handleSubmit(submitEditedData)} isLoading={isEditingUser} /> diff --git a/apps/expo/src/screens/play-test/TestCard.tsx b/apps/expo/src/screens/play-test/TestCard.tsx index 2414818..ffd4101 100644 --- a/apps/expo/src/screens/play-test/TestCard.tsx +++ b/apps/expo/src/screens/play-test/TestCard.tsx @@ -137,7 +137,7 @@ export const IdentificationCard = ({ ( {choice.text} diff --git a/apps/expo/src/screens/test-history/index.tsx b/apps/expo/src/screens/test-history/index.tsx index 96a990a..75e0728 100644 --- a/apps/expo/src/screens/test-history/index.tsx +++ b/apps/expo/src/screens/test-history/index.tsx @@ -111,7 +111,7 @@ export const TestHistoryScreen: FC = ({ textColor="white" TOwidth="full" Vwidth="full" - Vheight="10" + Vheight="12" onPress={goToScoreBoard} isLoading={isFetchingUser} />