Skip to content

Commit 5da476a

Browse files
committed
Fix axis color on non canvas
1 parent e24c952 commit 5da476a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/chart/Utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ export const themeNivo = {
121121
textColor: 'rgb(var(--palette-neutral-text-default))',
122122
text: { fill: 'rgb(var(--palette-neutral-text-default))' },
123123
axis: {
124-
ticks: { text: { fill: 'rgb(var(--palette-light-neutral-text-default))' } },
124+
ticks: { text: { fill: 'rgb(var(--palette-neutral-text-default))' } },
125125
legend: { text: { fill: 'rgb(var(--palette-neutral-text-default))' } },
126126
},
127127
legends: {

0 commit comments

Comments
 (0)