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
1 changed files with 1 additions and 1 deletions

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
}
}