mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-30 13:35:18 +00:00
Fix outline text padding
This commit is contained in:
parent
4afec51de5
commit
02ebb5a5c7
@ -83,7 +83,7 @@ fun SessionOutlinedTextField(
|
|||||||
)
|
)
|
||||||
.fillMaxWidth()
|
.fillMaxWidth()
|
||||||
.wrapContentHeight()
|
.wrapContentHeight()
|
||||||
.padding(top = 28.dp, bottom = 24.dp)
|
.padding(vertical = 28.dp)
|
||||||
.padding(horizontal = 21.dp)
|
.padding(horizontal = 21.dp)
|
||||||
) {
|
) {
|
||||||
if (text.isEmpty()) {
|
if (text.isEmpty()) {
|
||||||
|
Loading…
Reference in New Issue
Block a user