Explorar o código

Use light theme in storybook

Dominik Prokop %!s(int64=7) %!d(string=hai) anos
pai
achega
c08313842c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      packages/grafana-ui/.storybook/config.ts

+ 1 - 1
packages/grafana-ui/.storybook/config.ts

@@ -1,6 +1,6 @@
 import { configure } from '@storybook/react';
 
-import '@grafana/ui/src/components/index.scss';
+import '../../../public/sass/grafana.light.scss';
 
 // automatically import all files ending in *.stories.tsx
 const req = require.context('../src/components', true, /.story.tsx$/);