mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-02-10 21:18:23 +00:00
Fix tinted dark panel control color
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user