Skip to content

Commit

Permalink
Fix Red background issue in iOS target (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
easternkite authored Jan 10, 2025
1 parent 0f6257c commit 7125b5b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ actual fun EunGabiNavHost(
}
}

Box(Modifier.fillMaxSize().background(Color.Red)) {
Box(Modifier.fillMaxSize()) {
EunGabiNavHostInternal(
modifier = modifier,
progress = progress,
Expand Down

0 comments on commit 7125b5b

Please sign in to comment.