Skip to content

Commit a5f6864

Browse files
PM-17847 update text style for add account label (#4693)
1 parent c3506c1 commit a5f6864

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/com/x8bit/bitwarden/ui/platform/components/account/BitwardenAccountSwitcher.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ private fun AddAccountItem(
438438

439439
Text(
440440
text = stringResource(id = R.string.add_account),
441-
style = BitwardenTheme.typography.bodyLarge,
441+
style = BitwardenTheme.typography.labelMedium,
442442
color = BitwardenTheme.colorScheme.text.interaction,
443443
)
444444
}

0 commit comments

Comments
 (0)