Преглед изворни кода

add shadow to glucose bubble

polscm32 пре 2 година
родитељ
комит
cfbac120e2
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      FreeAPS/Sources/Modules/Home/View/Header/CurrentGlucoseView.swift

+ 1 - 0
FreeAPS/Sources/Modules/Home/View/Header/CurrentGlucoseView.swift

@@ -196,6 +196,7 @@ struct CircleShape: View {
 
         Circle()
             .stroke(color, lineWidth: 10)
+            .shadow(radius: 3)
             .background(Circle().fill(colorBackground))
             .frame(width: 110, height: 110)
             .offset(x: 13)