Explorar o código

coding

Signed-off-by: Marino Faggiana <marino@marinofaggiana.com>
Marino Faggiana %!s(int64=2) %!d(string=hai) anos
pai
achega
18325c2bd9
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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 {