Desktop: Improved warning banner colors

pull/4205/head
Laurent Cozic 2020-12-08 23:44:54 +00:00
parent 01cf0de974
commit 46ed1304f2
2 changed files with 2 additions and 2 deletions

View File

@ -55,7 +55,7 @@ export default function styles(props: NoteEditorProps) {
padding: 10,
marginLeft: 5,
marginBottom: 10,
color: theme.colorWarn,
backgroundColor: theme.warningBackgroundColor,
},
resourceWatchBannerLine: {

View File

@ -41,7 +41,7 @@ const theme: Theme = {
searchMarkerBackgroundColor: '#F7D26E',
searchMarkerColor: 'black',
warningBackgroundColor: '#CC6600',
warningBackgroundColor: '#013F74',
tableBackgroundColor: 'rgb(40, 41, 42)',
codeBackgroundColor: 'rgb(47, 48, 49)',