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