Explorar o código

various UI fixes

polscm32 %!s(int64=2) %!d(string=hai) anos
pai
achega
3ccf434fee
Modificáronse 1 ficheiros con 0 adicións e 6 borrados
  1. 0 6
      LiveActivity/WidgetBobble.swift

+ 0 - 6
LiveActivity/WidgetBobble.swift

@@ -25,12 +25,6 @@ struct CircleShapeWidget: View {
     let gradient: AngularGradient
 
     var body: some View {
-//        let colorBackground: Color = colorScheme == .dark ? Color(
-//            red: 0.05490196078,
-//            green: 0.05490196078,
-//            blue: 0.05490196078
-//        ) : .white
-
         Circle()
             .stroke(gradient, lineWidth: 10)
             .background(Circle().fill(.clear))