match sidebar background color to editor base theme
This commit is contained in:
parent
1f610cb798
commit
b2670d2acb
|
|
@ -58,7 +58,7 @@ struct SidebarView: View {
|
|||
.listStyle(.plain)
|
||||
}
|
||||
}
|
||||
.background(Color(ns: Theme.current.mantle))
|
||||
.background(Color(ns: Theme.current.base))
|
||||
.onAppear { state.refreshNoteList() }
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue