Skip to content

Commit

Permalink
fix: hue ordering (#289)
Browse files Browse the repository at this point in the history
  • Loading branch information
shrouxm authored Feb 22, 2024
1 parent dc2e976 commit 7f0cb0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/soilId/soilIdTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,9 @@ export const colorHues = [
'BG',
'G',
'GY',
'R',
'Y',
'YR',
'R',
] as const satisfies readonly SoilColorHue[];

export type SoilColorHueSubstep =
Expand Down

0 comments on commit 7f0cb0e

Please sign in to comment.