From 91b22b232d8b4e54e53a4606f7a9af7ed6a27373 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Mar=C3=ADa=20Puerta?= Date: Wed, 28 Apr 2021 03:42:23 -0700 Subject: [PATCH] fix(DarkMode): Update backgroundColor of ListViewCell (#110) --- Mistica/Source/Components/Lists/ListViewCell.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/Mistica/Source/Components/Lists/ListViewCell.swift b/Mistica/Source/Components/Lists/ListViewCell.swift index 61915b851..9ea9d6436 100644 --- a/Mistica/Source/Components/Lists/ListViewCell.swift +++ b/Mistica/Source/Components/Lists/ListViewCell.swift @@ -344,6 +344,7 @@ private extension ListViewCell { func updateCellStyle() { contentView.directionalLayoutMargins = cellStyle.contentViewLayoutMargins contentView.preservesSuperviewLayoutMargins = false + contentView.backgroundColor = .background cellContentView.isLayoutMarginsRelativeArrangement = true cellContentView.directionalLayoutMargins = cellStyle.mainStackViewLayoutMargins