солнышко по выше

This commit is contained in:
cheykrym 2025-08-14 04:10:27 +03:00
parent 73bf1ee6fc
commit f7c8c1c0a0

View File

@ -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()