Skip to content

Commit

Permalink
modify title color
Browse files Browse the repository at this point in the history
  • Loading branch information
xavimolloy committed Oct 2, 2023
1 parent 8e14283 commit a23b1fb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ fun BottomSheetHeader(
Text(
title,
style = MaterialTheme.typography.headlineSmall,
color = TextColor.OnPrimaryContainer,
color = TextColor.OnSurface,
modifier = Modifier.padding(bottom = Spacing.Spacing4),
)
subTitle?.let {
Expand Down

0 comments on commit a23b1fb

Please sign in to comment.