1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-11-24 08:12:24 +02:00

Desktop: Fixes #5726: OneDrive login screen was not readable in dark mode

This commit is contained in:
Laurent Cozic 2021-11-17 19:35:23 +00:00
parent e53da58602
commit c48d92b18b

View File

@ -69,8 +69,8 @@ class OneDriveLoginScreenComponent extends React.Component<any, any> {
}
return (
<div style={{ display: 'flex', flexDirection: 'column', height: '100%' }}>
<div style={{ padding: theme.configScreenPadding, flex: 1 }}>
<div style={{ display: 'flex', flexDirection: 'column', height: '100%', backgroundColor: theme.backgroundColor }}>
<div style={{ padding: theme.configScreenPadding, flex: 1, color: theme.color }}>
{logComps}
</div>
<ButtonBar