|
@@ -42,6 +42,8 @@ struct TrioWatchComplicationEntryView: View {
|
|
|
TrioAccessoryCornerView(entry: entry)
|
|
TrioAccessoryCornerView(entry: entry)
|
|
|
default:
|
|
default:
|
|
|
Image("ComplicationIcon")
|
|
Image("ComplicationIcon")
|
|
|
|
|
+ .widgetAccentable()
|
|
|
|
|
+ .widgetBackground(backgroundView: Color.clear)
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
@@ -67,6 +69,7 @@ struct TrioAccessoryCircularView: View {
|
|
|
var body: some View {
|
|
var body: some View {
|
|
|
Image("ComplicationIcon")
|
|
Image("ComplicationIcon")
|
|
|
.resizable()
|
|
.resizable()
|
|
|
|
|
+ .widgetAccentable()
|
|
|
.widgetBackground(backgroundView: Color.clear)
|
|
.widgetBackground(backgroundView: Color.clear)
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|