Update: 2026-06-11 13:47:39

This commit is contained in:
Hamza-Ayed
2026-06-11 13:47:40 +03:00
parent 977adfe99d
commit c5170a88d2
516 changed files with 3654 additions and 3321 deletions

View File

@@ -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)