Skip to content

Commit

Permalink
ANDROAPP-5714-Font-weight-of-accordian-title (#136)
Browse files Browse the repository at this point in the history
* update: [ANDROAPP-5714] section title font weight modified

* update: [ANDROAPP-5714] title font weight updated

* update: [ANDROAPP-5714] typography changed

* update: [ANDROAPP-5714] code formatted

* update: [ANDROAPP-5714] text typography modified
  • Loading branch information
DavidAparicioAlbaAsenjo authored Nov 8, 2023
1 parent f4b9273 commit e0fdee6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ internal fun InputShellLabelText(
text,
modifier = modifier,
color = textColor,
style = MaterialTheme.typography.titleSmall,
style = MaterialTheme.typography.bodyMedium,
textAlign = TextAlign.Start,
)
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ fun DHIS2Theme(content: @Composable () -> Unit) {
fontSize = 22.sp,
lineHeight = 28.sp,
fontFamily = provideFontResource(),
fontWeight = FontWeight.Normal,
fontWeight = FontWeight.Medium,
color = TextColor.OnSurface,
),
titleMedium = TextStyle(
Expand Down

0 comments on commit e0fdee6

Please sign in to comment.