Use typography instead of materialTypography.

This commit is contained in:
Benoit Marty 2025-12-19 16:10:25 +01:00 committed by Benoit Marty
parent 650f041ae6
commit 4402585a52
6 changed files with 9 additions and 9 deletions

View file

@ -234,7 +234,7 @@ private fun VideoQualitySelectorDialog(
supportingContent = {
Text(
text = subtitle,
style = ElementTheme.materialTypography.bodyMedium,
style = ElementTheme.typography.fontBodyMdRegular,
color = ElementTheme.colors.textSecondary,
)
},