Commit 55d7a8af authored by Soo Hyun Kim's avatar Soo Hyun Kim
Browse files

0810 font 수정

parent 4d9eacc1
......@@ -167,6 +167,7 @@ const style = StyleSheet.create({
alignSelf: "center",
color: "#1467ff",
fontSize: 20,
fontFamily: 'GowunDodum-Regular',
},
selectStyle: {
flex: 3,
......@@ -177,6 +178,7 @@ const style = StyleSheet.create({
},
textStyle: {
fontSize: 20,
fontFamily: 'GowunDodum-Regular',
},
selectModalContainer: {
flex: 1,
......@@ -194,6 +196,7 @@ const style = StyleSheet.create({
},
modalHeaderText: {
color: 'white',
fontFamily: 'GowunDodum-Regular',
marginLeft: 25,
fontSize: 20,
},
......@@ -213,6 +216,7 @@ const style = StyleSheet.create({
alignItems: 'center',
},
optionText: {
fontFamily: 'GowunDodum-Regular',
fontSize: 20,
}
})
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment