Fix outline text padding

This commit is contained in:
Andrew 2024-06-25 19:17:50 +09:30
parent 4afec51de5
commit 02ebb5a5c7

View File

@ -83,7 +83,7 @@ fun SessionOutlinedTextField(
)
.fillMaxWidth()
.wrapContentHeight()
.padding(top = 28.dp, bottom = 24.dp)
.padding(vertical = 28.dp)
.padding(horizontal = 21.dp)
) {
if (text.isEmpty()) {