1
0
mirror of https://github.com/yattee/yattee.git synced 2025-04-27 15:30:33 +05:30

Minor change

This commit is contained in:
Arkadiusz Fal 2023-05-16 18:51:21 +02:00
parent 1f0a2d25e9
commit 0051b3ab74

View File

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