Skip to content

Commit 18a943d

Browse files
wip
1 parent 9325d42 commit 18a943d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Library/lib/src/commonMain/kotlin/ui/pane/RequestPane.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ fun RequestPane(
2626

2727
Scaffold(
2828
topBar = {
29-
Box(
29+
Row(
3030
modifier = Modifier.statusBarsPadding()
3131
) {
3232
when (val tr = transaction) {

0 commit comments

Comments
 (0)