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:
parent
e53da58602
commit
c48d92b18b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user