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-22 17:36:55 +01:00
parent cbe0859496
commit 7aee903ca2
4 changed files with 62 additions and 42 deletions

View File

@@ -6,6 +6,7 @@ const globalStyle = {
fontSize: 10,
dividerColor: "#dddddd",
selectedColor: '#eeeeee',
disabledOpacity: 0.3,
// For WebView - must correspond to the properties above
htmlFontSize: '14px',
@@ -18,4 +19,9 @@ globalStyle.marginTop = globalStyle.margin;
globalStyle.marginBottom = globalStyle.margin;
globalStyle.htmlMarginLeft = ((globalStyle.marginLeft / 10) * 0.6).toFixed(2) + 'em';
globalStyle.icon = {
color: globalStyle.color,
fontSize: 30,
};
export { globalStyle }