瀏覽代碼

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)
                                     .background(brandColor)
                                     .foregroundColor(brandTextColor)
                                     .foregroundColor(brandTextColor)
                                     .border(brandColor, width: 1)
                                     .border(brandColor, width: 1)
-                                    .cornerRadius(16)
+                                    .cornerRadius(17)
                             })
                             })
                             .frame(width: geo.size.width / CGFloat(tableButton.count))
                             .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 {
                 HStack {