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