Fixed panel Tabstate color to use theme

This commit is contained in:
CodeByAlex 2019-08-13 08:46:57 -04:00
parent 7d3579ac9c
commit 698e62518e

View File

@ -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`}