Bladeren bron

coding

Signed-off-by: Marino Faggiana <marino@marinofaggiana.com>
Marino Faggiana 2 jaren geleden
bovenliggende
commit
19eb10971e
1 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  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 {