Skip to content

Commit

Permalink
Review: Remove ColumnScope extension
Browse files Browse the repository at this point in the history
  • Loading branch information
paulinea authored and florentmaitre committed Jan 24, 2025
1 parent 83a771a commit 111c2ce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -888,7 +888,7 @@ private fun TextFieldsSample(enabled: Boolean = true, isError: Boolean = false)
}

@Composable
private fun ColumnScope.SectionColumn(title: String, horizontalPadding: Boolean = true, verticalSpacing: Boolean = true, content: @Composable () -> Unit) {
private fun SectionColumn(title: String, horizontalPadding: Boolean = true, verticalSpacing: Boolean = true, content: @Composable () -> Unit) {
Text(
text = title,
style = OudsTheme.typography.heading.medium,
Expand Down

0 comments on commit 111c2ce

Please sign in to comment.