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