mirror of
https://github.com/yattee/yattee.git
synced 2025-04-27 15:30:33 +05:30
Minor change
This commit is contained in:
parent
1f0a2d25e9
commit
0051b3ab74
@ -13,7 +13,8 @@ struct ProgressBar: View {
|
||||
Rectangle().frame(width: min(Double(self.value) * geometry.size.width, geometry.size.width), height: geometry.size.height)
|
||||
.foregroundColor(Color.accentColor)
|
||||
.animation(.linear)
|
||||
}.cornerRadius(45.0)
|
||||
}
|
||||
.cornerRadius(45.0)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user