Browse Source

increase opacity for better visual separation in dark mode also in glucose bubble

polscm32 2 năm trước cách đây
mục cha
commit
599047e1b8

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

@@ -192,7 +192,7 @@ struct CircleShape: View {
     let color: Color
     let color: Color
 
 
     var body: some View {
     var body: some View {
-        let colorBackground: Color = colorScheme == .dark ? .gray.opacity(0.1) : .white
+        let colorBackground: Color = colorScheme == .dark ? .gray.opacity(0.2) : .white
 
 
         Circle()
         Circle()
             .stroke(color, lineWidth: 10)
             .stroke(color, lineWidth: 10)