Skip to content

Commit

Permalink
fix margin
Browse files Browse the repository at this point in the history
  • Loading branch information
fmzbl committed Oct 12, 2024
1 parent fc9df76 commit 812d53e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,10 @@ live_design! {

// StackNavigationView without header
SimpleStackNavigationView = <StackNavigationView> {
header = <View> {width: 0, height: 0}
margin: 0
header = <View> {}
body = {
margin: 0
}
}

App = {{App}} {
Expand Down

0 comments on commit 812d53e

Please sign in to comment.