Describe the bug
official dark theming on test fail panel is incorrect.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
color contrast for best readability.
Screenshots

Code snippet
~~~js
// .storybook/manager.js
import { addons } from '@storybook/addons'
import { themes } from '@storybook/theming'
addons.setConfig({
theme: themes.dark,
})
~~~
~~~js
// .storybook/preview.js
import { addParameters, addDecorator } from '@storybook/react'
import { withTests } from '@storybook/addon-jest'
import results from './jest-test-results.json'
addDecorator(withTests({ results }))
addParameters({
jest: ['spec.tsx'],
})
~~~
Hi everyone! Seems like there hasn't been much going on in this issue lately. If there are still questions, comments, or bugs, please feel free to continue the discussion. Unfortunately, we don't have time to get to every issue. We are always open to contributions so please send us a pull request if you would like to help. Inactive issues will be closed after 30 days. Thanks!
@rwu823 any interest in contributing a fix for this?
@shilman yeah I'll try.
I tried the latest version 6.0.0-alpha.30 is worked fine. close it.
