mthuret / storybook-addon-specifications

:book: Write tests next to your stories and display their results inside storybook interface
457 stars 54 forks source link

Styling issue with dark theme #116

Closed soundstep closed 5 years ago

soundstep commented 5 years ago

The color of the text in the "Specifications" panel does not follow storybook themes.

In the storybook config, with:

addParameters({
    options: {
        theme: themes.dark,
        showPanel: true
    }
});

I get:

storybook-specs-dark

jonwilliams-bluescape commented 5 years ago

+1 (alternatively, remove the !important on the css style)

jonwilliams-bluescape commented 5 years ago

waiting on npm access and will fix

jonwilliams-bluescape commented 5 years ago

should work with 2.1.5