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() {
|
private func _init() {
|
||||||
selectionStyle = .none
|
selectionStyle = .none
|
||||||
layer.zPosition = 999
|
layer.zPosition = 999
|
||||||
|
backgroundColor = .clear
|
||||||
preservesSuperviewLayoutMargins = true
|
preservesSuperviewLayoutMargins = true
|
||||||
|
|
||||||
let containerStackView = UIStackView()
|
let containerStackView = UIStackView()
|
||||||
|
|
Loading…
Reference in New Issue