فهرست منبع

coding

Signed-off-by: Marino Faggiana <marino@marinofaggiana.com>
Marino Faggiana 2 سال پیش
والد
کامیت
18325c2bd9
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      Widget/Dashboard/DashboardWidgetView.swift

+ 2 - 2
Widget/Dashboard/DashboardWidgetView.swift

@@ -121,12 +121,12 @@ struct DashboardWidgetView: View {
                                     .background(brandColor)
                                     .foregroundColor(brandTextColor)
                                     .border(brandColor, width: 1)
-                                    .cornerRadius(16)
+                                    .cornerRadius(17)
                             })
                             .frame(width: geo.size.width / CGFloat(tableButton.count))
                         }
                     }
-                    .frame(width: geo.size.width, height: geo.size.height - 25, alignment: .bottom)
+                    .frame(width: geo.size.width, height: geo.size.height - 28, alignment: .bottom)
                 }
                 
                 HStack {