Skip to content

Commit a7aaf05

Browse files
committed
library: Change FabSpacing to 12.dp
1 parent 64755ef commit a7aaf05

File tree

1 file changed

+1
-1
lines changed
  • miuix/src/commonMain/kotlin/top/yukonga/miuix/kmp/basic

1 file changed

+1
-1
lines changed

miuix/src/commonMain/kotlin/top/yukonga/miuix/kmp/basic/Scaffold.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,4 +358,4 @@ value class MiuixFabPosition internal constructor(@Suppress("unused") private va
358358
internal class FabPlacement(val left: Int, val width: Int, val height: Int)
359359

360360
// FAB spacing above the bottom bar / bottom of the Scaffold
361-
private val FabSpacing = 16.dp
361+
private val FabSpacing = 12.dp

0 commit comments

Comments
 (0)