Skip to content

Commit

Permalink
Make error title bold
Browse files Browse the repository at this point in the history
  • Loading branch information
AnirudhBhat committed Dec 13, 2024
1 parent 528b3aa commit e2646c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ private fun WooPosPaginationErrorIndicatorContent(
Text(
text = message,
style = MaterialTheme.typography.h5,
fontWeight = FontWeight.SemiBold,
fontWeight = FontWeight.Bold,
)
Text(
text = description,
Expand Down

0 comments on commit e2646c4

Please sign in to comment.