We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb10180 commit 704f335Copy full SHA for 704f335
example/src/commonMain/kotlin/ThirdPage.kt
@@ -58,7 +58,7 @@ fun ThirdPage(
58
item(key = "light") {
59
SmallTitle("Light Theme Colors")
60
Card(
61
- modifier = Modifier.padding(horizontal = 12.dp),
+ modifier = Modifier.padding(horizontal = 12.dp).padding(bottom = 6.dp),
62
colors = CardDefaults.defaultColors(
63
color = lightColorScheme().surface
64
),
example/src/commonMain/kotlin/component/OtherComponent.kt
@@ -399,7 +399,6 @@ fun LazyListScope.otherComponent(
399
.fillMaxWidth()
400
.padding(horizontal = 12.dp)
401
.padding(bottom = 6.dp),
402
-
403
insideMargin = PaddingValues(16.dp)
404
) {
405
Row(
0 commit comments