mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
Merge commit '48448180148bf8fda61d773536ba6e588703f249'
This commit is contained in:
commit
cd949e0542
@ -511,7 +511,7 @@ public func makeDefaultDarkPresentationTheme(extendingThemeReference: Presentati
|
|||||||
bubble: PresentationThemeBubbleColor(
|
bubble: PresentationThemeBubbleColor(
|
||||||
withWallpaper: PresentationThemeBubbleColorComponents(
|
withWallpaper: PresentationThemeBubbleColorComponents(
|
||||||
fill: [UIColor(rgb: 0x1D1D1D, alpha: incomingBubbleAlpha)],
|
fill: [UIColor(rgb: 0x1D1D1D, alpha: incomingBubbleAlpha)],
|
||||||
highlightedFill: UIColor(rgb: 0xffffff, alpha: 1.0),
|
highlightedFill: UIColor(rgb: 0xffffff, alpha: 0.35),
|
||||||
stroke: .clear,
|
stroke: .clear,
|
||||||
shadow: nil,
|
shadow: nil,
|
||||||
reactionInactiveBackground: UIColor(rgb: 0xffffff, alpha: 0.07),
|
reactionInactiveBackground: UIColor(rgb: 0xffffff, alpha: 0.07),
|
||||||
@ -523,7 +523,7 @@ public func makeDefaultDarkPresentationTheme(extendingThemeReference: Presentati
|
|||||||
),
|
),
|
||||||
withoutWallpaper: PresentationThemeBubbleColorComponents(
|
withoutWallpaper: PresentationThemeBubbleColorComponents(
|
||||||
fill: [UIColor(rgb: 0x1D1D1D, alpha: incomingBubbleAlpha)],
|
fill: [UIColor(rgb: 0x1D1D1D, alpha: incomingBubbleAlpha)],
|
||||||
highlightedFill: UIColor(rgb: 0xffffff, alpha: 1.0),
|
highlightedFill: UIColor(rgb: 0xffffff, alpha: 0.35),
|
||||||
stroke: .clear,
|
stroke: .clear,
|
||||||
shadow: nil,
|
shadow: nil,
|
||||||
reactionInactiveBackground: UIColor(rgb: 0xffffff, alpha: 0.07),
|
reactionInactiveBackground: UIColor(rgb: 0xffffff, alpha: 0.07),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user