Skip to content

Commit e872139

Browse files
committed
feat: implement unit button
1 parent b217939 commit e872139

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/src/main/java/to/bitkit/ui/screens/wallets/send/SendAmountScreen.kt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import androidx.compose.foundation.layout.fillMaxSize
77
import androidx.compose.foundation.layout.fillMaxWidth
88
import androidx.compose.foundation.layout.height
99
import androidx.compose.foundation.layout.padding
10+
import androidx.compose.foundation.layout.width
1011
import androidx.compose.material3.HorizontalDivider
1112
import androidx.compose.material3.Text
1213
import androidx.compose.runtime.Composable
@@ -21,6 +22,7 @@ import to.bitkit.ui.components.Keyboard
2122
import to.bitkit.ui.components.OutlinedColorButton
2223
import to.bitkit.ui.components.PrimaryButton
2324
import to.bitkit.ui.components.Text13Up
25+
import to.bitkit.ui.components.UnitButton
2426
import to.bitkit.ui.scaffold.SheetTopBar
2527
import to.bitkit.ui.shared.moneyString
2628
import 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))

0 commit comments

Comments
 (0)