Migrate all references of MaterialTheme Typography to BitwardenTheme (#4007)

This commit is contained in:
David Perez
2024-10-01 13:11:57 -05:00
committed by GitHub
parent 2224708fb1
commit e63c4806f1
107 changed files with 305 additions and 543 deletions

View File

@@ -322,7 +322,7 @@ fun ExampleScreen(
Text(
text = state.exampleData,
textAlign = TextAlign.Center,
style = MaterialTheme.typography.headlineSmall,
style = BitwardenTheme.typography.headlineSmall,
color = MaterialTheme.colorScheme.onSurface,
modifier = Modifier
.padding(horizontal = 24.dp)