Update account item font and remove unused fonts (#3997)

This commit is contained in:
David Perez 2024-09-30 12:56:06 -05:00 committed by GitHub
parent 1e9583b3be
commit b7c48c2e26
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 2 additions and 2 deletions

View file

@ -51,8 +51,8 @@ fun BitwardenAccountActionItem(
style = TextStyle(
fontSize = 11.dp.toUnscaledTextUnit(),
lineHeight = 13.dp.toUnscaledTextUnit(),
fontFamily = FontFamily(Font(R.font.sf_pro)),
fontWeight = FontWeight.W400,
fontFamily = FontFamily(Font(R.font.dm_sans_bold)),
fontWeight = FontWeight.W600,
),
color = color.toSafeOverlayColor(),
)

Binary file not shown.