Skip to content

Commit

Permalink
update color
Browse files Browse the repository at this point in the history
  • Loading branch information
KKA11010 committed Sep 2, 2023
1 parent aaf2fd0 commit b409b12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/colors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ export enum mainColors {
WHITE = '#FAFAFA',
GREY = '#999',
BLUE = '#027DFF',
ZAP = '#FFFF00'
ZAP = H_Colors.Zap
}

export const themeColors = Object.keys(highlight) as HighlightKey[]

0 comments on commit b409b12

Please sign in to comment.