Skip to content

Commit 82c95b5

Browse files
committed
apply content padding to header
1 parent 1c95b23 commit 82c95b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

data-table/src/commonMain/kotlin/com/seanproctor/datatable/BasicDataTable.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ fun BasicDataTable(
8484
}
8585
) {
8686
// Must have exactly 1 Composable per cell
87-
Box {
87+
Box(Modifier.padding(contentPadding)) {
8888
columnDefinition.header()
8989
}
9090
}

0 commit comments

Comments
 (0)