Просмотр исходного кода

Button widget fix

Signed-off-by: Marino Faggiana <marino@marinofaggiana.com>
Marino Faggiana 2 лет назад
Родитель
Сommit
6237489cf3
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      Widget/Dashboard/DashboardWidgetView.swift

+ 1 - 1
Widget/Dashboard/DashboardWidgetView.swift

@@ -145,7 +145,7 @@ struct DashboardWidgetView: View {
                                     .background(brandColor)
                                     .foregroundColor(brandTextColor)
                                     .border(brandColor, width: 1)
-                                    .cornerRadius(18)
+                                    .cornerRadius(16)
                             })
                         }
                     }