You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-12-02 22:49:09 +02:00
Styling
This commit is contained in:
@@ -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 }
|
||||
Reference in New Issue
Block a user