Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
color change
Browse files Browse the repository at this point in the history
carkom committed Sep 8, 2023
1 parent e422c7f commit 3b55854
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/desktop-client/src/style/themes/light.ts
Original file line number Diff line number Diff line change
@@ -124,7 +124,7 @@ export const buttonNormalShadow = 'rgba(0, 0, 0, 0.2)';

export const altbuttonMenuBackground = colorPalette.navy100;
export const buttonNormalSelectedText = colorPalette.white;
export const buttonNormalSelectedBackground = colorPalette.navy500;
export const buttonNormalSelectedBackground = colorPalette.blue600;

export const buttonNormalDisabledText = colorPalette.navy300;
export const buttonNormalDisabledBackground = buttonNormalBackground;

0 comments on commit 3b55854

Please sign in to comment.