mirror of
https://github.com/laurent22/joplin.git
synced 2024-11-27 08:21:03 +02:00
iOS: Fixed dark theme in iOS (#5165)
This commit is contained in:
parent
41f01dcc34
commit
47b283a367
@ -11,7 +11,7 @@ const theme: Theme = {
|
||||
oddBackgroundColor: '#eeeeee',
|
||||
color: '#32373F', // For regular text
|
||||
colorError: 'red',
|
||||
colorWarn: 'rgb(228 86 0)',
|
||||
colorWarn: 'rgb(228,86,0)',
|
||||
colorWarnUrl: '#155BDA',
|
||||
colorFaded: '#7C8B9E', // For less important text
|
||||
colorBright: '#000000', // For important text
|
||||
|
Loading…
Reference in New Issue
Block a user