Skip to content

Commit

Permalink
Add body large bold text style
Browse files Browse the repository at this point in the history
  • Loading branch information
msasikanth committed Sep 26, 2023
1 parent 53095e2 commit f93e0f4
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,12 @@ internal object DHIS2SCustomTextStyles {
letterSpacing = 0.15.sp,
)

val bodyLargeBold
@Composable
get() = MaterialTheme.typography.bodyLarge.copy(
fontWeight = FontWeight.Bold,
)

val clickableSupportingText = SpanStyle(
fontSize = 14.sp,
fontWeight = FontWeight.Medium,
Expand Down

0 comments on commit f93e0f4

Please sign in to comment.