fix: split view column separator line color not set to theme style issue
This commit is contained in:
parent
832b146c82
commit
b609e010ae
|
@ -142,7 +142,7 @@ extension RootSplitViewController {
|
||||||
|
|
||||||
private func setupBackground(theme: Theme) {
|
private func setupBackground(theme: Theme) {
|
||||||
// this set column separator line color
|
// this set column separator line color
|
||||||
view.backgroundColor = .opaqueSeparator
|
view.backgroundColor = theme.separator
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue