mirror of
https://github.com/bitwarden/android.git
synced 2024-10-31 07:05:35 +03:00
Update account item font and remove unused fonts (#3997)
This commit is contained in:
parent
1e9583b3be
commit
b7c48c2e26
4 changed files with 2 additions and 2 deletions
|
@ -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.
Binary file not shown.
Binary file not shown.
Loading…
Reference in a new issue