солнышко по выше
This commit is contained in:
		
							parent
							
								
									73bf1ee6fc
								
							
						
					
					
						commit
						f7c8c1c0a0
					
				@ -101,7 +101,7 @@ struct SideMenuView: View {
 | 
				
			|||||||
            effectiveScheme = .dark
 | 
					            effectiveScheme = .dark
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
        
 | 
					        
 | 
				
			||||||
        return effectiveScheme == .dark ? "moon.fill" : "sun.max.fill"
 | 
					        return effectiveScheme == .dark ? "sun.max.fill" : "moon.fill"
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    var body: some View {
 | 
					    var body: some View {
 | 
				
			||||||
@ -110,7 +110,7 @@ struct SideMenuView: View {
 | 
				
			|||||||
                VStack(alignment: .leading, spacing: 0) { // Parent VStack
 | 
					                VStack(alignment: .leading, spacing: 0) { // Parent VStack
 | 
				
			||||||
                    
 | 
					                    
 | 
				
			||||||
                    // --- Header ---
 | 
					                    // --- Header ---
 | 
				
			||||||
                    HStack {
 | 
					                    HStack(alignment: .top) {
 | 
				
			||||||
                        Button(action: {  }) {
 | 
					                        Button(action: {  }) {
 | 
				
			||||||
                            Image(systemName: "person.circle.fill")
 | 
					                            Image(systemName: "person.circle.fill")
 | 
				
			||||||
                                .resizable()
 | 
					                                .resizable()
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user