Skip to content

Commit 95a0a7e

Browse files
committed
fix: setup switch spacing on spending confirm screen
1 parent 17c5fdf commit 95a0a7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/src/main/java/to/bitkit/ui/screens/transfer/SpendingConfirmScreen.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,9 +203,9 @@ private fun Content(
203203
showLabels = true,
204204
modifier = Modifier.testTag("SpendingConfirmChannel")
205205
)
206-
}
207206

208-
VerticalSpacer(16.dp)
207+
VerticalSpacer(16.dp)
208+
}
209209

210210
SettingsSwitchRow(
211211
title = "Set up in background",

0 commit comments

Comments
 (0)