mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-27 12:05:22 +00:00
Fix outline text padding
This commit is contained in:
parent
4afec51de5
commit
02ebb5a5c7
@ -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()) {
|
||||
|
Loading…
Reference in New Issue
Block a user