Skip to content

Commit

Permalink
fix: QA
Browse files Browse the repository at this point in the history
디자인 큐에이 진행
#70
  • Loading branch information
11t518s committed Mar 31, 2022
1 parent 0249ca9 commit 0c68e56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/CheckListComponent/styles.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -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: {
Expand Down

0 comments on commit 0c68e56

Please sign in to comment.