mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 01:39:44 +01:00
Fix Storybook styles (#8133)
When the storybook config was migrated to the new module structure in PR #8112 I forgot to include the line where the styles were imported.
This commit is contained in:
parent
7e4916e59e
commit
f751605d0d
@ -1,6 +1,7 @@
|
||||
import React from 'react'
|
||||
import { addDecorator, addParameters } from '@storybook/react'
|
||||
import { withKnobs } from '@storybook/addon-knobs/react'
|
||||
import '../ui/app/css/index.scss'
|
||||
|
||||
addParameters({
|
||||
backgrounds: [
|
||||
|
Loading…
Reference in New Issue
Block a user