Skip to content

Commit

Permalink
Change default bacground from gray-100 to gray-200
Browse files Browse the repository at this point in the history
  • Loading branch information
balagurova committed Feb 19, 2024
1 parent 02c7379 commit 247cf18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/Graphs/DumbbellChart/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export function DumbbellChart(props: Props) {
backgroundColor: !backgroundColor
? 'transparent'
: backgroundColor === true
? 'var(--gray-100)'
? 'var(--gray-200)'
: backgroundColor,
}}
>
Expand Down

0 comments on commit 247cf18

Please sign in to comment.