1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-02-04 19:16:07 +02:00

Desktop: Fixes #5258: Fixed recipient list colors in Share Notebook dialog

This commit is contained in:
Laurent Cozic 2021-08-05 12:23:10 +01:00
parent 73e67deb37
commit 854b83039e

View File

@ -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',