mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-06 03:33:41 +02:00
Fix build
This commit is contained in:
parent
82543312c7
commit
2c72d060c9
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue