mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-06 03:33:41 +02:00
Fix tinted dark panel control color
This commit is contained in:
parent
3e5547ef28
commit
1425fd8973
1 changed files with 2 additions and 2 deletions
|
|
@ -429,7 +429,7 @@ public func customizeDefaultDarkTintedPresentationTheme(theme: PresentationTheme
|
|||
panelBackgroundColor: mainBackgroundColor?.withAlphaComponent(0.9),
|
||||
panelSeparatorColor: mainSeparatorColor,
|
||||
panelControlAccentColor: accentColor,
|
||||
panelControlColor: mainSecondaryTextColor?.withAlphaComponent(0.5),
|
||||
panelControlColor: UIColor(rgb: 0xffffff),
|
||||
inputBackgroundColor: inputBackgroundColor,
|
||||
inputStrokeColor: accentColor?.withMultiplied(hue: 1.038, saturation: 0.463, brightness: 0.26),
|
||||
inputPlaceholderColor: mainSecondaryTextColor?.withAlphaComponent(0.4),
|
||||
|
|
@ -874,7 +874,7 @@ public func makeDefaultDarkTintedPresentationTheme(extendingThemeReference: Pres
|
|||
panelBackgroundColorNoWallpaper: accentColor.withMultiplied(hue: 1.024, saturation: 0.573, brightness: 0.18),
|
||||
panelSeparatorColor: mainSeparatorColor,
|
||||
panelControlAccentColor: accentColor,
|
||||
panelControlColor: mainSecondaryTextColor.withAlphaComponent(0.5),
|
||||
panelControlColor: UIColor(rgb: 0xffffff),
|
||||
panelControlDisabledColor: UIColor(rgb: 0x90979F, alpha: 0.5),
|
||||
panelControlDestructiveColor: UIColor(rgb: 0xff6767),
|
||||
inputBackgroundColor: inputBackgroundColor,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue