We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c536638 commit dfefc91Copy full SHA for dfefc91
packages/apps/human-app/frontend/src/components/layout/protected/drawer-navigation.tsx
@@ -165,7 +165,10 @@ export function DrawerNavigation({
165
<ListItemText
166
disableTypography
167
primary={
168
- <Typography component="span" variant="body1">
+ <Typography
169
+ component="span"
170
+ variant={isMobile ? 'h5' : 'body1'}
171
+ >
172
{label}
173
</Typography>
174
}
@@ -251,7 +254,10 @@ export function DrawerNavigation({
251
254
252
255
253
256
257
258
259
260
261
262
263
0 commit comments