Skip to content

Commit 3beb97b

Browse files
committed
fix: padding bottom
1 parent 29a9b74 commit 3beb97b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/to/bitkit/ui/components/SyncNodeView.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ fun SyncNodeView(modifier: Modifier) {
4545

4646
BodySSB(text = stringResource(R.string.lightning__wait_text_bottom), color = Colors.White32)
4747

48-
Spacer(modifier = Modifier.height(18.dp))
48+
Spacer(modifier = Modifier.height(32.dp))
4949
}
5050
}
5151

0 commit comments

Comments
 (0)