Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.

Commit

Permalink
fix: correct green color (#455)
Browse files Browse the repository at this point in the history
  • Loading branch information
haxxmaxx authored Aug 26, 2024
1 parent 48ccc37 commit 02b8196
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ enum SelectionType {
}

export const DEFAULT_COLORS: Record<SelectionType, string> = {
selected: '#009845',
selected: '#00873D',
alternative: '#E4E4E4',
excluded: '#A9A9A9',
selectedExcluded: '#A9A9A9',
Expand Down

0 comments on commit 02b8196

Please sign in to comment.