Skip to content

Commit

Permalink
Merge pull request #125 from Planetable/transparency-toolbars
Browse files Browse the repository at this point in the history
Add transparent background for toolbars
  • Loading branch information
livid committed Dec 2, 2022
2 parents 29af04c + 4f706e9 commit de110e5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
Expand Up @@ -203,7 +203,7 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/WalletConnect/Web3.swift",
"state" : {
"revision" : "a628f094f8088ec72a95792de18eeea24b997462",
"revision" : "bdaaed96eee3a9bf7f341165f89a94288961d14c",
"version" : "1.0.0"
}
}
Expand Down
1 change: 1 addition & 0 deletions Planet/TemplateBrowser/TemplateBrowserView.swift
Expand Up @@ -46,6 +46,7 @@ struct TemplateBrowserView: View {
}.help("Refresh")
}
}
.edgesIgnoringSafeArea(.vertical)
}
}

Expand Down
1 change: 1 addition & 0 deletions Planet/Views/PlanetMainView.swift
Expand Up @@ -21,6 +21,7 @@ struct PlanetMainView: View {
ArticleListView()

ArticleView()
.edgesIgnoringSafeArea(.vertical)
}
.alert(isPresented: $planetStore.isShowingAlert) {
Alert(
Expand Down

0 comments on commit de110e5

Please sign in to comment.