Skip to content

Commit

Permalink
fix: Notice should not be based on theme accent, which may be red/ora…
Browse files Browse the repository at this point in the history
…nge etc
  • Loading branch information
tommoor committed Apr 18, 2023
1 parent 94b4496 commit c52909f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/styles/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit c52909f

Please sign in to comment.