diff --git a/shared/styles/theme.ts b/shared/styles/theme.ts index 94323c54dff0..a9b958043157 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,