From eb61831a2c4de8ce2df10a63e62a3f2927041720 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=2E=20Mert=20Y=C4=B1ld=C4=B1ran?= Date: Wed, 10 Nov 2021 17:52:51 +0300 Subject: [PATCH] Fix the `Analysis` button's style into its original state (#447) * Fix the `Analysis` button's style into its original state * Fix the MUI button style into its original state --- ui/src/components/Filters.tsx | 27 +++++++++++++++++++++++++-- ui/src/index.sass | 8 +++----- 2 files changed, 28 insertions(+), 7 deletions(-) diff --git a/ui/src/components/Filters.tsx b/ui/src/components/Filters.tsx index 3c7e38f74..d4e64b1a1 100644 --- a/ui/src/components/Filters.tsx +++ b/ui/src/components/Filters.tsx @@ -6,6 +6,7 @@ import MenuBookIcon from '@material-ui/icons/MenuBook'; import {SyntaxHighlighter} from "./UI/SyntaxHighlighter/index"; import filterUIExample1 from "./assets/filter-ui-example-1.png" import filterUIExample2 from "./assets/filter-ui-example-2.png" +import variables from '../variables.module.scss'; interface FiltersProps { query: string @@ -100,11 +101,33 @@ export const QueryForm: React.FC = ({query, setQuery, background - +