diff --git a/packages/query-composer/src/components/ExploreQueryEditor/ExploreQueryEditor.tsx b/packages/query-composer/src/components/ExploreQueryEditor/ExploreQueryEditor.tsx index a68507b6..b461eb2c 100644 --- a/packages/query-composer/src/components/ExploreQueryEditor/ExploreQueryEditor.tsx +++ b/packages/query-composer/src/components/ExploreQueryEditor/ExploreQueryEditor.tsx @@ -239,7 +239,6 @@ const SidebarHeader = styled(PageHeader)` const StyledRunIcon = styled(RunIcon)` cursor: pointer; &.running, - &.clean, &.blank { .backgroundfill { fill: #e9e9e9; @@ -251,4 +250,15 @@ const StyledRunIcon = styled(RunIcon)` fill: #a7a7a7; } } + &.clean { + .backgroundfill { + fill: #ffffff; + } + .foregroundstroke { + stroke: #4285f4; + } + .foregroundfill { + fill: #4285f4; + } + } `;