fix: text editor background using wrong color in compose scene issue
This commit is contained in:
parent
d0dd92789f
commit
9e5d7836ee
|
@ -83,6 +83,7 @@ extension ComposeStatusContentTableViewCell {
|
|||
private func _init() {
|
||||
selectionStyle = .none
|
||||
layer.zPosition = 999
|
||||
backgroundColor = .clear
|
||||
preservesSuperviewLayoutMargins = true
|
||||
|
||||
let containerStackView = UIStackView()
|
||||
|
|
Loading…
Reference in New Issue