Adds dark mode prop to chart widget (#1937)

Adds dark mode prop
This commit is contained in:
Gandharv 2022-01-26 08:53:45 +05:00 committed by GitHub
parent 34a1aeee2d
commit a53b9de816
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -77,7 +77,8 @@ class Chart extends React.Component {
'title',
'properties',
currentState,
components
components,
this.props.darkMode
),
});