2
2
mirror of https://github.com/mastodon/mastodon-ios synced 2025-04-11 22:58:02 +02:00

fix: split view column separator line color not set to theme style issue

This commit is contained in:
CMK 2021-11-10 17:55:37 +08:00
parent 832b146c82
commit b609e010ae

View File

@ -142,7 +142,7 @@ extension RootSplitViewController {
private func setupBackground(theme: Theme) {
// this set column separator line color
view.backgroundColor = .opaqueSeparator
view.backgroundColor = theme.separator
}
}