Skip to content

Commit 96cd109

Browse files
committed
fix: input shape small
1 parent b2c0944 commit 96cd109

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ fun SendAddressScreen(
5757
onValueChange = { onEvent(SendEvent.AddressChange(it)) },
5858
minLines = 12,
5959
colors = AppTextFieldDefaults.noIndicatorColors,
60-
shape = MaterialTheme.shapes.medium,
60+
shape = MaterialTheme.shapes.small,
6161
modifier = Modifier
6262
.fillMaxWidth()
6363
.weight(1f)

0 commit comments

Comments
 (0)