Update: 2026-06-11 13:47:39
This commit is contained in:
@@ -49,7 +49,7 @@ struct RideWidgetLiveActivity: Widget {
|
||||
.fill(Color.black.opacity(0.04))
|
||||
.frame(width: 38, height: 38)
|
||||
|
||||
Image("IntaleqIcon")
|
||||
Image("SiroIcon")
|
||||
.resizable()
|
||||
.aspectRatio(contentMode: .fit)
|
||||
.frame(width: 26, height: 26)
|
||||
@@ -139,7 +139,7 @@ struct RideWidgetLiveActivity: Widget {
|
||||
return DynamicIsland {
|
||||
DynamicIslandExpandedRegion(.leading) {
|
||||
HStack(spacing: 6) {
|
||||
Image("IntaleqIcon")
|
||||
Image("SiroIcon")
|
||||
.resizable()
|
||||
.aspectRatio(contentMode: .fit)
|
||||
.frame(width: 20, height: 20)
|
||||
@@ -180,7 +180,7 @@ struct RideWidgetLiveActivity: Widget {
|
||||
}
|
||||
|
||||
} compactLeading: {
|
||||
Image("IntaleqIcon")
|
||||
Image("SiroIcon")
|
||||
.resizable()
|
||||
.aspectRatio(contentMode: .fit)
|
||||
.frame(width: 18, height: 18)
|
||||
|
||||
Reference in New Issue
Block a user