mirror of
https://github.com/oxen-io/session-android.git
synced 2025-08-11 15:17:43 +00:00
Fix outline text padding
This commit is contained in:
@@ -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()) {
|
||||
|
Reference in New Issue
Block a user