Update header sizes to be consistent

This commit is contained in:
viown
2025-06-28 03:39:39 +03:00
parent b9e411c660
commit 9fc3bde43c
3 changed files with 3 additions and 3 deletions
@@ -53,7 +53,7 @@ const TablePage = <T extends MRT_RowData>({
marginBottom: 1
}}
>
<Typography variant='h2'>
<Typography variant='h1'>
{title}
</Typography>
{subtitle && (
@@ -98,7 +98,7 @@ export const Component = () => {
{globalize.translate('SettingsSaved')}
</Alert>
)}
<Typography variant='h2'>{globalize.translate('Display')}</Typography>
<Typography variant='h1'>{globalize.translate('Display')}</Typography>
<TextField
name={'DateAddedBehavior'}
label={globalize.translate('LabelDateAddedBehavior')}
+1 -1
View File
@@ -102,7 +102,7 @@ export const Component = () => {
{globalize.translate('SettingsSaved')}
</Alert>
)}
<Typography variant='h2'>{globalize.translate('TabNfoSettings')}</Typography>
<Typography variant='h1'>{globalize.translate('TabNfoSettings')}</Typography>
<Typography>{globalize.translate('HeaderKodiMetadataHelp')}</Typography>
<TextField