Updated text color to white and swapped icons round
This commit is contained in:
@@ -213,11 +213,11 @@ struct ContentView: View {
|
|||||||
var body: some View {
|
var body: some View {
|
||||||
ZStack {
|
ZStack {
|
||||||
if let damus = self.damus_state {
|
if let damus = self.damus_state {
|
||||||
|
|
||||||
VStack(alignment: .leading, spacing: 0) {
|
VStack(alignment: .leading, spacing: 0) {
|
||||||
NavigationView {
|
NavigationView {
|
||||||
|
|
||||||
SideMenuView(damus_state: damus, isSidebarVisible: $isSideBarOpened).zIndex(1)
|
SideMenuView(damus_state: damus, isSidebarVisible: $isSideBarOpened)
|
||||||
|
|
||||||
VStack(alignment: .leading, spacing: 0) {
|
VStack(alignment: .leading, spacing: 0) {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user