From c91c244cbd9547a29c93b35439eb995f7f34ec3a Mon Sep 17 00:00:00 2001 From: Anemy Date: Mon, 1 Aug 2022 22:51:59 -0400 Subject: [PATCH 1/2] update export to language button and icon --- packages/compass-query-bar/src/components/query-bar.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/compass-query-bar/src/components/query-bar.tsx b/packages/compass-query-bar/src/components/query-bar.tsx index 606319483ea..abf83334918 100644 --- a/packages/compass-query-bar/src/components/query-bar.tsx +++ b/packages/compass-query-bar/src/components/query-bar.tsx @@ -2,7 +2,6 @@ import React, { useCallback } from 'react'; import { Button, Icon, - IconButton, MoreOptionsToggle, css, cx, @@ -168,15 +167,16 @@ export const QueryBar: React.FunctionComponent = ({ {buttonLabel} {showExportToLanguageButton && ( - - - + + )} {queryOptions && queryOptions.length > 0 && ( From 842dbfd8572e0faf69291790e2f306f5a299b50d Mon Sep 17 00:00:00 2001 From: Anemy Date: Tue, 2 Aug 2022 15:33:28 -0400 Subject: [PATCH 2/2] update aggregations export to language button icon --- .../src/components/pipeline-toolbar/pipeline-settings/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/compass-aggregations/src/components/pipeline-toolbar/pipeline-settings/index.tsx b/packages/compass-aggregations/src/components/pipeline-toolbar/pipeline-settings/index.tsx index 17d7ca898c9..7c7603eb13f 100644 --- a/packages/compass-aggregations/src/components/pipeline-toolbar/pipeline-settings/index.tsx +++ b/packages/compass-aggregations/src/components/pipeline-toolbar/pipeline-settings/index.tsx @@ -51,7 +51,7 @@ export const PipelineSettings: React.FunctionComponent =