소스 검색

add shadow to glucose bubble

polscm32 2 년 전
부모
커밋
7766e3219e
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)