Skip to content

Commit

Permalink
Table: Fix heading color
Browse files Browse the repository at this point in the history
  • Loading branch information
sdvg committed Oct 17, 2023
1 parent 669f54b commit 1eba581
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 @@ -335,7 +335,7 @@ export const ZOLLv2 = KoliBri.createTheme('zoll-v2', {
}
td,
th {
color: var(--color-neutral-dark);
color: var(--color-neutral-dark-correct);
border-color: var(--color-neutral);
border-style: solid;
border-width: 0;
Expand Down

0 comments on commit 1eba581

Please sign in to comment.