fix: compose content warning editor not using theme color issue
This commit is contained in:
parent
d3b2a1b900
commit
add3d7d32c
|
@ -13,7 +13,7 @@ final class StatusContentWarningEditorView: UIView {
|
|||
// default hidden
|
||||
let containerBackgroundView: UIView = {
|
||||
let view = UIView()
|
||||
view.backgroundColor = Asset.Colors.Background.secondarySystemBackground.color
|
||||
view.backgroundColor = ThemeService.shared.currentTheme.value.secondarySystemBackgroundColor
|
||||
return view
|
||||
}()
|
||||
|
||||
|
|
Loading…
Reference in New Issue