Просмотр исходного кода

Add missing background color modifier for CarbEntry edit view

Deniz Cengiz 1 год назад
Родитель
Сommit
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,