mirror of
https://github.com/outline/outline.git
synced 2026-01-06 11:09:55 -06:00
fix: Notice should not be based on theme accent, which may be red/orange etc
This commit is contained in:
@@ -84,7 +84,7 @@ const buildBaseTheme = (input: Partial<Colors>) => {
|
||||
codePlaceholder: "#3d8fd1",
|
||||
codeInserted: "#202746",
|
||||
codeImportant: "#c94922",
|
||||
noticeInfoBackground: colors.accent,
|
||||
noticeInfoBackground: colors.brand.blue,
|
||||
noticeInfoText: colors.almostBlack,
|
||||
noticeTipBackground: "#F5BE31",
|
||||
noticeTipText: colors.almostBlack,
|
||||
|
||||
Reference in New Issue
Block a user