macOS widgets

This commit is contained in:
Hillel Coren 2023-06-30 10:15:28 +03:00
parent f5813b513c
commit 1aa37c3537
1 changed files with 1 additions and 1 deletions

View File

@ -349,7 +349,7 @@ struct DashboardWidgetEntryView : View {
VStack(alignment: .leading) { VStack(alignment: .leading) {
HStack { HStack {
VStack (spacing: 4) { VStack (spacing: 2) {
Text(entry.configuration.dashboardField?.displayString ?? "") Text(entry.configuration.dashboardField?.displayString ?? "")
.font(.body) .font(.body)
.bold() .bold()