Updated text color to white and swapped icons round

This commit is contained in:
Ben Weeks
2023-01-07 22:13:44 +00:00
parent d9b60c0052
commit c6ca0a058e

View File

@@ -213,11 +213,11 @@ struct ContentView: View {
var body: some View {
ZStack {
if let damus = self.damus_state {
VStack(alignment: .leading, spacing: 0) {
NavigationView {
SideMenuView(damus_state: damus, isSidebarVisible: $isSideBarOpened).zIndex(1)
SideMenuView(damus_state: damus, isSidebarVisible: $isSideBarOpened)
VStack(alignment: .leading, spacing: 0) {