From b2fb77ab0dbfb2ae53aed07561695918bf188d02 Mon Sep 17 00:00:00 2001 From: 0hee0 Date: Wed, 1 Jun 2022 15:11:25 +0900 Subject: [PATCH] [#11] style: update highlight color & button font weight --- react-native/components/BottomDrawer.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/react-native/components/BottomDrawer.tsx b/react-native/components/BottomDrawer.tsx index 409af03..f0708fe 100644 --- a/react-native/components/BottomDrawer.tsx +++ b/react-native/components/BottomDrawer.tsx @@ -11,7 +11,7 @@ import '../locales/i18n'; const highlight = (text: string, registered: boolean) => - {text} + {text} function BottomDrawer(props: BottomDrawerProps) { const [currentEvent, setCurrentEvent] = useState(0); @@ -280,13 +280,13 @@ function BottomDrawer(props: BottomDrawerProps) { {props.isTranslateScreen && - {i18n.t('retake')} + {i18n.t('retake')} {props.handleOpenSaveForm && <> - {i18n.t('save')} + {i18n.t('save')} @@ -387,7 +387,7 @@ const styles = StyleSheet.create({ flexDirection: 'row' }, highlighted: { - backgroundColor: theme.colors.skyblue + backgroundColor: theme.colors.primary, }, full: { paddingBottom: 96