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