File tree 2 files changed +7
-3
lines changed
2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ const DocumentList = ({
47
47
sx = { { ml : 0 , mb : 2 , p : 0 } }
48
48
typography = "body2"
49
49
>
50
- < Link href = { doc . url } variant = "inline " >
50
+ < Link href = { doc . url } variant = "body2 " >
51
51
< Box display = "flex" >
52
52
< Box sx = { { flexShrink : 0 , mr : 2 } } >
53
53
< Icon name = "pdf" size = { 20 } />
@@ -115,7 +115,12 @@ export const OperatorDocuments = ({ id }: { id: string }) => {
115
115
116
116
return (
117
117
< Box key = { category . id } sx = { { mx : 4 , my : 6 } } >
118
- < Typography component = "h4" sx = { { mb : 3 } } variant = "lead" >
118
+ < Typography
119
+ component = "h4"
120
+ sx = { { mb : 3 } }
121
+ variant = "body2"
122
+ fontWeight = { 600 }
123
+ >
119
124
{ category . categoryLabel }
120
125
</ Typography >
121
126
< DocumentList itemLabel = { category . itemLabel } documents = { docs } />
Original file line number Diff line number Diff line change 5
5
FederalTypographyVariants ,
6
6
FederalTypographyVariantsOptions ,
7
7
} from "@interactivethings/swiss-federal-ci" ;
8
- import type { } from "@mui/lab/themeAugmentation" ;
9
8
import { useTheme } from "@mui/material" ;
10
9
11
10
declare module "@mui/material" {
You can’t perform that action at this time.
0 commit comments