From 0c68e5679740530891d8b318c1a59d18cfd78f16 Mon Sep 17 00:00:00 2001 From: 11t518s <11t518s20161759@gmail.com> Date: Thu, 31 Mar 2022 18:55:41 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20QA=20=EB=94=94=EC=9E=90=EC=9D=B8=20?= =?UTF-8?q?=ED=81=90=EC=97=90=EC=9D=B4=20=EC=A7=84=ED=96=89=20#70?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/CheckListComponent/styles.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/CheckListComponent/styles.tsx b/components/CheckListComponent/styles.tsx index 36b5289..5e64a86 100644 --- a/components/CheckListComponent/styles.tsx +++ b/components/CheckListComponent/styles.tsx @@ -90,7 +90,7 @@ const styles = StyleSheet.create({ width: windowWidth - 34, borderRadius: 14, }, - checkListMainTitle: { fontSize: 20 }, + checkListMainTitle: { fontSize: 20, lineHeight: 32 }, buttonsOfCheckList: { marginTop: 40, flexDirection: 'row', @@ -104,7 +104,7 @@ const styles = StyleSheet.create({ }, subTitles: { marginTop: 14 }, - checkListSubTitle: { flexDirection: 'row' }, + checkListSubTitle: { flexDirection: 'row', marginRight: 15 }, checkListGrayText: { color: '#7C7C7C', lineHeight: 24 }, checkListWhiteText: { color: 'white', lineHeight: 24 }, typeABtnWrapper: {