浏览代码

Add missing background color modifier for CarbEntry edit view

Deniz Cengiz 1 年之前
父节点
当前提交
ebd9076372
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Trio/Sources/Modules/DataTable/View/CarbEntryEditorView.swift

+ 1 - 1
Trio/Sources/Modules/DataTable/View/CarbEntryEditorView.swift

@@ -171,7 +171,7 @@ struct CarbEntryEditorView: View {
                         selection: $editedDate,
                         displayedComponents: [.date, .hourAndMinute]
                     )
-                }
+                }.listRowBackground(Color.chart)
             }
             .safeAreaInset(
                 edge: .bottom,