diff --git a/packages/app-desktop/gui/NoteEditor/styles/index.ts b/packages/app-desktop/gui/NoteEditor/styles/index.ts index 4823a7a306..6600652dc4 100644 --- a/packages/app-desktop/gui/NoteEditor/styles/index.ts +++ b/packages/app-desktop/gui/NoteEditor/styles/index.ts @@ -55,7 +55,7 @@ export default function styles(props: NoteEditorProps) { padding: 10, marginLeft: 5, marginBottom: 10, - color: theme.colorWarn, + backgroundColor: theme.warningBackgroundColor, }, resourceWatchBannerLine: { diff --git a/packages/lib/themes/dark.ts b/packages/lib/themes/dark.ts index a9d885399b..02010140f1 100644 --- a/packages/lib/themes/dark.ts +++ b/packages/lib/themes/dark.ts @@ -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)',