1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-12-02 22:49:09 +02:00
This commit is contained in:
Laurent Cozic
2017-07-30 23:04:26 +02:00
parent 242b6dbff8
commit 1a5720bd8c
11 changed files with 38 additions and 18 deletions

View File

@@ -26,6 +26,8 @@ const styleObject = {
paddingLeft: 0,
color: globalStyle.color,
backgroundColor: globalStyle.backgroundColor,
fontWeight: 'bold',
fontSize: globalStyle.fontSize,
},
bodyTextInput: {
flex: 1,
@@ -34,6 +36,7 @@ const styleObject = {
textAlignVertical: 'top',
color: globalStyle.color,
backgroundColor: globalStyle.backgroundColor,
fontSize: globalStyle.fontSize,
},
noteBodyViewer: {
flex: 1,
@@ -48,7 +51,6 @@ styleObject.titleContainer = {
flexDirection: 'row',
paddingLeft: globalStyle.marginLeft,
paddingRight: globalStyle.marginRight,
height: 40,
borderBottomColor: globalStyle.dividerColor,
borderBottomWidth: 1,
};