Skip to content

Commit

Permalink
fix: api errors
Browse files Browse the repository at this point in the history
  • Loading branch information
nickofthyme committed Oct 5, 2023
1 parent 9951917 commit f334666
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/charts/src/utils/themes/legacy_dark_theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import { ColorVariant } from '../common';
* Legacy dark chart theme to be removed at some point
*
* @public
* @deprecated
* @deprecated Use new `DARK_THEME`
*/
export const LEGACY_DARK_THEME: Theme = {
chartPaddings: DEFAULT_CHART_PADDING,
Expand Down
2 changes: 1 addition & 1 deletion packages/charts/src/utils/themes/legacy_light_theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import { ColorVariant } from '../common';
* Legacy light chart theme to be removed at some point
*
* @public
* @deprecated
* @deprecated use new `LIGHT_THEME`
*/
export const LEGACY_LIGHT_THEME: Theme = {
chartPaddings: DEFAULT_CHART_PADDING,
Expand Down

0 comments on commit f334666

Please sign in to comment.