removed extra spaces

This commit is contained in:
Lukas Korba 2022-02-23 18:57:32 +01:00
parent 3e0addd99e
commit cc2479722e
2 changed files with 1 additions and 3 deletions

View File

@ -13,7 +13,7 @@ struct CircularFrame: View {
var body: some View {
GeometryReader { proxy in
let lineWidth = proxy.size.width * 0.06
Circle()
.stroke(
LinearGradient(

View File

@ -215,5 +215,3 @@ extension Button {
)
}
}