Эх сурвалжийг харах

Button widget fix

Signed-off-by: Marino Faggiana <marino@marinofaggiana.com>
Marino Faggiana 2 жил өмнө
parent
commit
6237489cf3

+ 1 - 1
Widget/Dashboard/DashboardWidgetView.swift

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