From 698e62518e9ffd984d7225e8e0e13a403f855308 Mon Sep 17 00:00:00 2001 From: CodeByAlex Date: Tue, 13 Aug 2019 08:46:57 -0400 Subject: [PATCH] Fixed panel Tabstate color to use theme --- addons/jest/src/components/Panel.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/addons/jest/src/components/Panel.tsx b/addons/jest/src/components/Panel.tsx index 774ec9fad7c..b48f1b9cfe3 100644 --- a/addons/jest/src/components/Panel.tsx +++ b/addons/jest/src/components/Panel.tsx @@ -156,7 +156,10 @@ const Content = styled(({ tests, className }: ContentProps) => ( ) : null} - +