Skip to content

Commit

Permalink
fix: bottom sheet description text alignment (#297)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmmateos authored Sep 24, 2024
1 parent 5b330cb commit 95183be
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ fun BottomSheetHeader(
text = description,
style = MaterialTheme.typography.bodyMedium,
color = TextColor.OnSurfaceLight,
textAlign = headerTextAlignment,
textAlign = TextAlign.Start,
)
}
}
Expand Down

0 comments on commit 95183be

Please sign in to comment.