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 64755ef commit a7aaf05Copy full SHA for a7aaf05
miuix/src/commonMain/kotlin/top/yukonga/miuix/kmp/basic/Scaffold.kt
@@ -358,4 +358,4 @@ value class MiuixFabPosition internal constructor(@Suppress("unused") private va
358
internal class FabPlacement(val left: Int, val width: Int, val height: Int)
359
360
// FAB spacing above the bottom bar / bottom of the Scaffold
361
-private val FabSpacing = 16.dp
+private val FabSpacing = 12.dp
0 commit comments