mirror of
https://github.com/cranci1/Sora.git
synced 2026-04-17 23:01:38 +00:00
fixed temp color
This commit is contained in:
parent
a6ba2db81f
commit
6b0f020e6d
1 changed files with 1 additions and 1 deletions
|
|
@ -585,7 +585,7 @@ struct MediaInfoView: View {
|
|||
HStack(spacing: 12) {
|
||||
ZStack(alignment: .leading) {
|
||||
RoundedRectangle(cornerRadius: 25)
|
||||
.fill(Color.accentColor.opacity(0.25))
|
||||
.fill(Color.accentColor)
|
||||
.frame(height: 48)
|
||||
|
||||
Button(action: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue