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

release-2.2
Laurent Cozic 2021-08-05 12:23:10 +01:00
parent 73e67deb37
commit 854b83039e
1 changed files with 1 additions and 1 deletions

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