1
0
Fork 0
mirror of https://github.com/bitwarden/android.git synced 2025-03-19 04:38:37 +03:00

Update account item font and remove unused fonts ()

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
app/src/main
java/com/x8bit/bitwarden/ui/platform/components/account
res/font

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.