forked from organicmaps/organicmaps
[ios] fix live activity background color
Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
This commit is contained in:
parent
f79b21892a
commit
438e923de5
1 changed files with 3 additions and 1 deletions
|
@ -24,7 +24,9 @@ struct TrackRecordingLiveActivityView: View {
|
|||
}
|
||||
.padding([.leading, .trailing, .bottom], 16)
|
||||
}
|
||||
.background(.primary.opacity(0.15))
|
||||
.activityBackgroundTint(.black.opacity(0.2))
|
||||
// Uncomment the line below to simulate the background color in Preview because the `activityBackgroundTint` can only displayed on the device or simulator.
|
||||
//.background(.black.opacity(0.85))
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue