knock requests : adjust spacing for actions
This commit is contained in:
parent
20ed6bb0d2
commit
95cf18dbb5
1 changed files with 3 additions and 1 deletions
|
|
@ -242,7 +242,9 @@ private fun KnockRequestItem(
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
// Actions
|
// Actions
|
||||||
Spacer(modifier = Modifier.height(12.dp))
|
if (canDecline || canAccept) {
|
||||||
|
Spacer(modifier = Modifier.height(12.dp))
|
||||||
|
}
|
||||||
Row(Modifier.fillMaxWidth(), horizontalArrangement = Arrangement.spacedBy(16.dp)) {
|
Row(Modifier.fillMaxWidth(), horizontalArrangement = Arrangement.spacedBy(16.dp)) {
|
||||||
if (canDecline) {
|
if (canDecline) {
|
||||||
OutlinedButton(
|
OutlinedButton(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue