Skip to content

Commit

Permalink
fix(Yagr plugin): add core styles import (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
korvin89 authored Dec 14, 2022
1 parent 5e57035 commit 4de763d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .storybook/preview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import {DocsDecorator} from './decorators/DocsDecorator/DocsDecorator';
import {ThemeProvider, MobileProvider, configure, Lang} from '@gravity-ui/uikit';

import '@gravity-ui/uikit/styles/styles.scss';
import '@gravity-ui/yagr/dist/index.css';

configure({
lang: Lang.En,
Expand Down
1 change: 1 addition & 0 deletions src/plugins/yagr/renderer/YagrWidget.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import {checkFocus, detectClickOutside, synchronizeTooltipTablesCellsWidth} from

import './polyfills';

import '@gravity-ui/yagr/dist/index.css';
import './YagrWidget.scss';

type Props = ChartKitProps<'yagr'> & {id: string};
Expand Down

0 comments on commit 4de763d

Please sign in to comment.