Skip to content

Commit 8442a31

Browse files
committed
Adjust spacing between navigation buttons in App to improve UI layout
1 parent 40f15e8 commit 8442a31

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • demo/src/jvmMain/kotlin/io/github/kdroidfilter/composewebview

demo/src/jvmMain/kotlin/io/github/kdroidfilter/composewebview/App.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ fun App() {
5959
) {
6060
// Boutons de navigation
6161
Row(
62-
horizontalArrangement = Arrangement.spacedBy(8.dp)
62+
horizontalArrangement = Arrangement.spacedBy(16.dp)
6363
) {
6464
NavIconButton(
6565
icon = Icons.AutoMirrored.Filled.ArrowBack,

0 commit comments

Comments
 (0)