Explorar el Código

Test new color

(cherry picked from commit 092893a1b72c9c3b52a79fdff4643bec9288f763)
Jon Mårtensson hace 5 años
padre
commit
249c9fb42f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      FreeAPS/Sources/Modules/Home/View/HomeRootView.swift

+ 1 - 1
FreeAPS/Sources/Modules/Home/View/HomeRootView.swift

@@ -208,7 +208,7 @@ extension Home {
                     //  .background(Color.gray.opacity(0.2))
                     //  .background(Color.gray.opacity(0.2))
                     Divider().background(Color.gray) // Added 29/4
                     Divider().background(Color.gray) // Added 29/4
                     infoPanal
                     infoPanal
-                        .background(Color.backgroundColor)
+                        .background(Color.secondary.opacity(0.1))
                     // Divider().background(Color.gray) // Added 29/4
                     // Divider().background(Color.gray) // Added 29/4
                     MainChartView(
                     MainChartView(
                         glucose: $viewModel.glucose,
                         glucose: $viewModel.glucose,