Skip to content

Commit

Permalink
feat: update username font weight
Browse files Browse the repository at this point in the history
  • Loading branch information
whitescent committed Nov 27, 2023
1 parent b06e1b5 commit bd1ba82
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ fun StatusDetailCard(
HtmlText(
text = status.displayName,
fontSize = 17.sp,
fontWeight = FontWeight(550),
fontWeight = FontWeight(650),
overflow = TextOverflow.Ellipsis,
color = AppTheme.colors.primaryContent,
maxLines = 1
Expand Down

0 comments on commit bd1ba82

Please sign in to comment.