Skip to content

Commit

Permalink
[v2] Zv2: Fix --color-grau-50 according to Styleguide (#5624)
Browse files Browse the repository at this point in the history
  • Loading branch information
deleonio committed Nov 27, 2023
2 parents 5ec3073 + 3283f24 commit 0fb50bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/themes/zoll/src/zoll-v2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export const ZOLLv2 = KoliBri.createTheme('zoll-v2', {
--color-grau-80: hsl(0 0% 20%);
--color-grau-70: hsl(0 0% 30%);
--color-grau-60: hsl(0 0% 40%);
--color-grau-50: hsl(0 0% 50%);
--color-grau-50: #8b8b8b;
--color-grau-40: hsl(0 0% 60%);
--color-grau-30: hsl(0 0% 70%);
--color-grau-20: hsl(0 0% 80%);
Expand Down

0 comments on commit 0fb50bf

Please sign in to comment.