Various fixes

This commit is contained in:
Ilya Laktyushin
2024-03-04 18:41:22 +04:00
parent a37328245b
commit c9bffd66f9
2 changed files with 6 additions and 6 deletions

View File

@@ -70,7 +70,7 @@ private final class HeaderComponent: Component {
transition: .immediate,
component: AnyComponent(
MultilineTextComponent(
text: .plain(NSAttributedString(string: component.strings.Premium_Business_Description, font: Font.regular(15.0), textColor: .black)),
text: .plain(NSAttributedString(string: component.strings.Premium_Business_Description, font: Font.regular(15.0), textColor: component.theme.list.itemPrimaryTextColor)),
horizontalAlignment: .center,
maximumNumberOfLines: 0,
lineSpacing: 0.2