Skip to content

Commit

Permalink
fix(theme): note background blue on dark
Browse files Browse the repository at this point in the history
  • Loading branch information
fundon committed Jun 18, 2024
1 parent 0899851 commit 75aa8b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/theme/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ export const darkTheme = {
noteBackgroundRed: 'rgba(118, 23, 23, 1)',
noteBackgroundMagenta: 'rgba(148, 21, 85, 1)',
noteBackgroundPurple: 'rgba(49, 46, 129, 1)',
noteBackgroundBlue: 'rgba(28, 107, 99, 1)',
noteBackgroundBlue: 'rgba(3, 95, 159, 1)',
noteBackgroundTeal: 'rgba(28, 107, 99, 1)',
noteBackgroundGreen: 'rgba(59, 83, 21, 1)',
noteBackgroundBlack: 'rgba(255, 255, 255, 1)',
Expand Down

0 comments on commit 75aa8b4

Please sign in to comment.