mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-31 05:03:21 +08:00
Fixed panel Tabstate color to use theme
This commit is contained in:
parent
7d3579ac9c
commit
698e62518e
@ -156,7 +156,10 @@ const Content = styled(({ tests, className }: ContentProps) => (
|
||||
</ProgressWrapper>
|
||||
) : null}
|
||||
</SuiteHead>
|
||||
<TabsState initial="failing-tests" backgroundColor="rgba(0,0,0,.05)">
|
||||
<TabsState
|
||||
initial="failing-tests"
|
||||
backgroundColor={convert(themes.normal).background.hoverable}
|
||||
>
|
||||
<div
|
||||
id="failing-tests"
|
||||
title={`${testsByType.get(FAILED_TYPE).length} Failed`}
|
||||
|
Loading…
x
Reference in New Issue
Block a user