Преглед изворни кода

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,