Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/ios.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarino Faggiana <marino@marinofaggiana.com>2022-11-07 12:56:26 +0300
committerMarino Faggiana <marino@marinofaggiana.com>2022-11-07 12:56:26 +0300
commit75995506d6275b89dab95aec92c3b8f679334e85 (patch)
tree156aed5e334ec6a0cfec4fa19d0417982f36e668
parent8b19d08c0849612bc12e425553282d0cac013e4e (diff)
fix gui
Signed-off-by: Marino Faggiana <marino@marinofaggiana.com>
-rw-r--r--Widget/Dashboard/DashboardWidgetView.swift2
1 files changed, 1 insertions, 1 deletions
diff --git a/Widget/Dashboard/DashboardWidgetView.swift b/Widget/Dashboard/DashboardWidgetView.swift
index ff2c9c1f5..b733bd11e 100644
--- a/Widget/Dashboard/DashboardWidgetView.swift
+++ b/Widget/Dashboard/DashboardWidgetView.swift
@@ -168,7 +168,7 @@ struct DashboardWidgetView: View {
.background(brandColor)
.foregroundColor(brandTextColor)
.border(brandColor, width: 1)
- .cornerRadius(16)
+ .cornerRadius(.infinity)
})
}
}