You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-06-15 23:00:36 +02:00
Styling
This commit is contained in:
@ -81,18 +81,21 @@ let styleObject = {
|
||||
},
|
||||
contextMenuItemText: {
|
||||
flex: 1,
|
||||
height: 40,
|
||||
textAlignVertical: 'center',
|
||||
paddingLeft: globalStyle.marginLeft,
|
||||
paddingRight: globalStyle.marginRight,
|
||||
paddingTop: globalStyle.itemMarginTop,
|
||||
paddingBottom: globalStyle.itemMarginBottom,
|
||||
color: globalStyle.color,
|
||||
backgroundColor: globalStyle.backgroundColor,
|
||||
fontSize: globalStyle.fontSize,
|
||||
},
|
||||
titleText: {
|
||||
flex: 1,
|
||||
marginLeft: 0,
|
||||
color: globalStyle.raisedHighlightedColor,
|
||||
fontWeight: 'bold',
|
||||
fontSize: globalStyle.fontSize,
|
||||
}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user