From c52909fa174f89a3c2d9f0648a0c8dfaf8cf8af8 Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Mon, 17 Apr 2023 22:42:13 -0400 Subject: [PATCH] fix: Notice should not be based on theme accent, which may be red/orange etc --- shared/styles/theme.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/styles/theme.ts b/shared/styles/theme.ts index 94323c54d..a9b958043 100644 --- a/shared/styles/theme.ts +++ b/shared/styles/theme.ts @@ -84,7 +84,7 @@ const buildBaseTheme = (input: Partial) => { codePlaceholder: "#3d8fd1", codeInserted: "#202746", codeImportant: "#c94922", - noticeInfoBackground: colors.accent, + noticeInfoBackground: colors.brand.blue, noticeInfoText: colors.almostBlack, noticeTipBackground: "#F5BE31", noticeTipText: colors.almostBlack,