diff --git a/MVMCoreUI/Molecules/Items/TableViewCell.swift b/MVMCoreUI/Molecules/Items/TableViewCell.swift index f1fb3519..b1aa92a5 100644 --- a/MVMCoreUI/Molecules/Items/TableViewCell.swift +++ b/MVMCoreUI/Molecules/Items/TableViewCell.swift @@ -70,14 +70,14 @@ import UIKit topMarginPadding = 48 bottomMarginPadding = 16 topSeparatorView?.style = .none - bottomSeparatorView?.style = .standard + bottomSeparatorView?.style = .thin } open func styleShortDivider() { topMarginPadding = 32 bottomMarginPadding = 16 topSeparatorView?.style = .none - bottomSeparatorView?.style = .standard + bottomSeparatorView?.style = .thin } open func styleFooter() {