File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
app/src/main/java/to/bitkit/ui/screens/wallets/send Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ import androidx.compose.foundation.layout.fillMaxSize
77import androidx.compose.foundation.layout.fillMaxWidth
88import androidx.compose.foundation.layout.height
99import androidx.compose.foundation.layout.padding
10+ import androidx.compose.foundation.layout.width
1011import androidx.compose.material3.HorizontalDivider
1112import androidx.compose.material3.Text
1213import androidx.compose.runtime.Composable
@@ -21,6 +22,7 @@ import to.bitkit.ui.components.Keyboard
2122import to.bitkit.ui.components.OutlinedColorButton
2223import to.bitkit.ui.components.PrimaryButton
2324import to.bitkit.ui.components.Text13Up
25+ import to.bitkit.ui.components.UnitButton
2426import to.bitkit.ui.scaffold.SheetTopBar
2527import to.bitkit.ui.shared.moneyString
2628import to.bitkit.ui.shared.util.DarkModePreview
@@ -83,6 +85,8 @@ fun SendAmountScreen(
8385 }
8486 )
8587 }
88+ Spacer (modifier = Modifier .width(8 .dp))
89+ UnitButton ()
8690 }
8791
8892 Spacer (modifier = Modifier .weight(1f ))
You can’t perform that action at this time.
0 commit comments