We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9325d42 commit 18a943dCopy full SHA for 18a943d
Library/lib/src/commonMain/kotlin/ui/pane/RequestPane.kt
@@ -26,7 +26,7 @@ fun RequestPane(
26
27
Scaffold(
28
topBar = {
29
- Box(
+ Row(
30
modifier = Modifier.statusBarsPadding()
31
) {
32
when (val tr = transaction) {
0 commit comments