Add default value
This commit is contained in:
parent
16cf3b1a9c
commit
519a42dcff
1 changed files with 3 additions and 1 deletions
|
|
@ -29,7 +29,9 @@ fun emptyNode(
|
||||||
}
|
}
|
||||||
|
|
||||||
@Composable
|
@Composable
|
||||||
private fun EmptyView(modifier: Modifier) = Box(
|
private fun EmptyView(
|
||||||
|
modifier: Modifier = Modifier,
|
||||||
|
) = Box(
|
||||||
modifier = modifier
|
modifier = modifier
|
||||||
.fillMaxSize()
|
.fillMaxSize()
|
||||||
.background(ElementTheme.colors.bgCanvasDefault),
|
.background(ElementTheme.colors.bgCanvasDefault),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue