Fix build

This commit is contained in:
Ilya Laktyushin 2025-07-27 16:05:40 +02:00
parent 82543312c7
commit 2c72d060c9

View File

@ -618,7 +618,7 @@ public final class PeerInfoGiftsPaneNode: ASDisplayNode, PeerInfoPaneNode, UIScr
context: self.context,
colors: TabSelectorComponent.Colors(
foreground: params.presentationData.theme.list.itemSecondaryTextColor,
selection: params.presentationData.theme.list.itemPrimaryTextColor.withMultipliedAlpha(0.05)
selection: params.presentationData.theme.list.itemPrimaryTextColor.withMultipliedAlpha(0.05),
simple: true
),
theme: params.presentationData.theme,