Browse Source

various UI fixes

polscm32 2 years ago
parent
commit
3ccf434fee
1 changed files with 0 additions and 6 deletions
  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))