Added bottom padding to error message
This commit is contained in:
parent
61f0c00290
commit
cc1f6b3cd5
@ -142,7 +142,7 @@ fun AppTab(
|
||||
Text(
|
||||
text = safeLastError.message,
|
||||
modifier = Modifier
|
||||
.padding(top = 8.dp)
|
||||
.padding(top = 8.dp, bottom = 16.dp)
|
||||
)
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user