macOS widgets
This commit is contained in:
parent
a1fa7a9f73
commit
0412aa99cb
|
|
@ -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()
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue