Reaction fixes

This commit is contained in:
Ali
2021-12-09 00:48:04 +04:00
parent 30ef98d073
commit e09f470f3e
6 changed files with 54 additions and 21 deletions

View File

@@ -209,7 +209,7 @@ public final class ReactionButtonComponent: Component {
transition: .immediate,
component: AnyComponent(Text(
text: text,
font: Font.regular(11.0),
font: Font.medium(11.0),
color: UIColor(argb: component.isSelected ? component.colors.selectedForeground : component.colors.deselectedForeground)
)),
environment: {},