Skip to content

Commit

Permalink
fix background prop error on metric
Browse files Browse the repository at this point in the history
  • Loading branch information
nickofthyme committed Jan 4, 2024
1 parent df81647 commit 3c508a3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export default () => {
data={[
[
{
color: chartBaseTheme.metric?.background ?? 'white',
color: chartBaseTheme.background.color,
title: 'Number of visitors',
extra: (
<span>
Expand Down

0 comments on commit 3c508a3

Please sign in to comment.