Skip to content

Commit 9bb661f

Browse files
committed
updated feed search filter header styling
1 parent ef7081e commit 9bb661f

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

web-app/src/app/styles/Filters.styles.ts

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,19 @@
11
import { styled, Typography } from '@mui/material';
2+
import { fontFamily } from '../Theme';
23

34
export const SearchHeader = styled(Typography)(({ theme }) => ({
5+
fontWeight: 'bold',
6+
fontFamily: fontFamily.secondary,
47
'&.no-collapse': {
5-
margin: '12px 0',
8+
margin: '12px 0 0',
69
},
710
'&:not(:first-of-type)': {
811
marginTop: theme.spacing(1),
912
},
1013
'&:after': {
1114
content: '""',
1215
display: 'block',
13-
height: '3px',
16+
height: '2px',
1417
width: '104px',
1518
background: theme.palette.text.primary,
1619
},

0 commit comments

Comments
 (0)