File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ export interface UniversalFilterProps {
29
29
}
30
30
31
31
export const FilterHeader = styled ( 'div' ) ( ( { theme } ) => ( {
32
- background : theme . palette . mode === 'light' ? lightModalGradient . fotter : darkModalGradient . fotter ,
32
+ background : theme . palette . mode === 'light' ? lightModalGradient . header : darkModalGradient . header ,
33
33
padding : '0.75rem 1rem' ,
34
34
margin : '-1rem -1rem 1rem -1rem' ,
35
35
display : 'flex' ,
@@ -136,7 +136,11 @@ function UniversalFilter({
136
136
anchorEl = { anchorEl }
137
137
placement = "bottom-end"
138
138
>
139
- < ClickAwayListener onClickAway = { handleClose } >
139
+ < ClickAwayListener
140
+ onClickAway = { handleClose }
141
+ mouseEvent = "onMouseDown"
142
+ touchEvent = "onTouchStart"
143
+ >
140
144
< Paper
141
145
sx = { {
142
146
padding : '1rem' ,
You can’t perform that action at this time.
0 commit comments