We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef7081e commit 9bb661fCopy full SHA for 9bb661f
web-app/src/app/styles/Filters.styles.ts
@@ -1,16 +1,19 @@
1
import { styled, Typography } from '@mui/material';
2
+import { fontFamily } from '../Theme';
3
4
export const SearchHeader = styled(Typography)(({ theme }) => ({
5
+ fontWeight: 'bold',
6
+ fontFamily: fontFamily.secondary,
7
'&.no-collapse': {
- margin: '12px 0',
8
+ margin: '12px 0 0',
9
},
10
'&:not(:first-of-type)': {
11
marginTop: theme.spacing(1),
12
13
'&:after': {
14
content: '""',
15
display: 'block',
- height: '3px',
16
+ height: '2px',
17
width: '104px',
18
background: theme.palette.text.primary,
19
0 commit comments