Commit d41e67bc authored by YoonDongMin's avatar YoonDongMin
Browse files

YDm

parent 8590a203
......@@ -6,7 +6,7 @@ export const globalStyles = StyleSheet.create({
padding:24,
},
titleText: {
fontFamily: 'nunito-bold',
fontFamily: 'GowunDodum-Regular',
fontSize:18,
color: '#333'
},
......@@ -15,10 +15,11 @@ export const globalStyles = StyleSheet.create({
lineHeight:20,
},
input: {
fontFamily: 'GowunDodum-Regular',
borderWidth: 1,
borderColor: '#ddd',
padding: 10,
borderColor: 'blue',
padding: 8,
fontSize: 18,
borderRadius:6,
borderRadius:4,
}
})
\ No newline at end of file
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