Skip to content

Commit

Permalink
fix: Fix light mode color
Browse files Browse the repository at this point in the history
  • Loading branch information
muhsin-k committed Aug 9, 2023
1 parent d571d94 commit 3260d58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ export const POST_MESSAGE_EVENTS = {
SET_COLOR_SCHEME: 'set-color-scheme',
};
export const COLOR_WHITE = '#fff';
export const BG_COLOR_WHITE = '#f1f5f8';
export const BG_COLOR_WHITE = '#FFFF';
export const BG_COLOR_DARK = '#25292c';

0 comments on commit 3260d58

Please sign in to comment.