mirror of
https://github.com/bitwarden/android.git
synced 2026-05-05 15:36:19 -05:00
Migrate all references of MaterialTheme Typography to BitwardenTheme (#4007)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user