You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-06-21 23:17:42 +02:00
All: Refactored themes to allow using the same ones in both desktop and mobile version
Will also allow using them when exporting HTML or PDF from CLI.
This commit is contained in:
@ -112,7 +112,7 @@ class EncryptionConfigScreenComponent extends BaseScreenComponent {
|
||||
|
||||
const inputStyle = { flex: 1, marginRight: 10, color: theme.color };
|
||||
inputStyle.borderBottomWidth = 1;
|
||||
inputStyle.borderBottomColor = theme.strongDividerColor;
|
||||
inputStyle.borderBottomColor = theme.dividerColor;
|
||||
|
||||
return (
|
||||
<View key={mk.id}>
|
||||
|
Reference in New Issue
Block a user