From eee1abe593d58a9d90e6f297d82237d1abc52bfa Mon Sep 17 00:00:00 2001 From: Gala Date: Thu, 4 Aug 2022 18:15:12 +0200 Subject: [PATCH] removing extra styles --- explorer/src/components/Filters/Filters.tsx | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/explorer/src/components/Filters/Filters.tsx b/explorer/src/components/Filters/Filters.tsx index 3c78f27906..1a04688428 100644 --- a/explorer/src/components/Filters/Filters.tsx +++ b/explorer/src/components/Filters/Filters.tsx @@ -6,7 +6,6 @@ import { DialogContent, DialogActions, DialogTitle, - IconButton, Slider, Typography, Box, @@ -125,20 +124,12 @@ export const Filters = () => { message="Filters applied" TransitionComponent={Slide} transitionDuration={250} - sx={{ - '& .MuiAlert-outlined': { pr: '11px' }, - '& .MuiAlert-action': { - p: 0, - marginRight: 0, - alignItems: 'center', - }, - }} > + }