macOS widgets

This commit is contained in:
Hillel Coren 2023-06-27 15:43:06 +03:00
parent a1fa7a9f73
commit 0412aa99cb
1 changed files with 0 additions and 2 deletions

View File

@ -312,14 +312,12 @@ struct DashboardWidgetEntryView : View {
.font(.title) .font(.title)
.privacySensitive() .privacySensitive()
.lineLimit(2) .lineLimit(2)
//.foregroundColor(Color.gray)
.minimumScaleFactor(0.8) .minimumScaleFactor(0.8)
} }
.padding(.all) .padding(.all)
} }
.padding([.top, .bottom], 8) .padding([.top, .bottom], 8)
.background(ContainerRelativeShape().fill(Color(colorScheme == .dark ? .black : .white))) .background(ContainerRelativeShape().fill(Color(colorScheme == .dark ? .black : .white)))
//.shadow(color: .gray, radius: 4, x: 4, y: 4)
Spacer() Spacer()