ソースを参照

Test new color

Jon Mårtensson 5 年 前
コミット
092893a1b7
1 ファイル変更1 行追加1 行削除
  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))
                     Divider().background(Color.gray) // Added 29/4
                     infoPanal
-                        .background(Color.backgroundColor)
+                        .background(Color.secondary.opacity(0.1))
                     // Divider().background(Color.gray) // Added 29/4
                     MainChartView(
                         glucose: $viewModel.glucose,