mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-03 11:40:44 +03:00
commit
31a5e4d490
@ -10,7 +10,8 @@ export default EStyleSheet.create({
|
||||
textWrapper: {
|
||||
flex: 1,
|
||||
fontSize: 12,
|
||||
paddingVertical: 16,
|
||||
paddingTop: 16,
|
||||
paddingBottom: 0, // On android side, textinput has default padding
|
||||
paddingHorizontal: 16,
|
||||
color: '$primaryBlack',
|
||||
fontFamily: '$editorFont',
|
||||
|
@ -38,5 +38,6 @@ export default EStyleSheet.create({
|
||||
},
|
||||
safeArea: {
|
||||
backgroundColor: '$primaryBackgroundColor',
|
||||
flex: 1,
|
||||
},
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user