mirror of https://github.com/laurent22/joplin.git
Desktop: Fixes #5258: Fixed recipient list colors in Share Notebook dialog
parent
73e67deb37
commit
854b83039e
|
@ -11,7 +11,7 @@ const theme: Theme = {
|
|||
// content. It's basically dark gray text on white background
|
||||
backgroundColor: '#1D2024',
|
||||
backgroundColorTransparent: 'rgba(255,255,255,0.9)',
|
||||
oddBackgroundColor: '#dddddd',
|
||||
oddBackgroundColor: '#141517',
|
||||
color: '#dddddd',
|
||||
colorError: 'red',
|
||||
colorWarn: '#9A5B00',
|
||||
|
|
Loading…
Reference in New Issue