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:
Diffstat (limited to 'Widget/Dashboard/DashboardWidgetView.swift')
-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)
})
}
}