[ios] Fix About screen cell background issue

Signed-off-by: Kiryl Kaveryn <kirylkaveryn@gmail.com>
This commit is contained in:
Kiryl Kaveryn
2025-07-11 11:53:02 +04:00
committed by Yannik Bloscheck
parent ef1ea0ef96
commit e3d4549f98

View File

@@ -29,7 +29,7 @@ final class InfoView: UIView {
} }
private func setupView() { private func setupView() {
setStyle(.background) setStyle(.clearBackground)
stackView.axis = .horizontal stackView.axis = .horizontal
stackView.distribution = .fill stackView.distribution = .fill