PM-17410: Update password hint font (#4614)

This commit is contained in:
David Perez
2025-01-23 15:54:07 -06:00
committed by GitHub
parent d573ce6e10
commit 70e72da404

View File

@@ -243,7 +243,7 @@ private fun LoginScreenContent(
BitwardenClickableText(
label = stringResource(id = R.string.get_master_passwordword_hint),
onClick = onMasterPasswordClick,
style = BitwardenTheme.typography.bodySmall,
style = BitwardenTheme.typography.labelMedium,
innerPadding = PaddingValues(
top = 8.dp,
bottom = 8.dp,