mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-06 03:33:41 +02:00
Merge commit '4844818014'
This commit is contained in:
commit
cd949e0542
1 changed files with 2 additions and 2 deletions
|
|
@ -511,7 +511,7 @@ public func makeDefaultDarkPresentationTheme(extendingThemeReference: Presentati
|
|||
bubble: PresentationThemeBubbleColor(
|
||||
withWallpaper: PresentationThemeBubbleColorComponents(
|
||||
fill: [UIColor(rgb: 0x1D1D1D, alpha: incomingBubbleAlpha)],
|
||||
highlightedFill: UIColor(rgb: 0xffffff, alpha: 1.0),
|
||||
highlightedFill: UIColor(rgb: 0xffffff, alpha: 0.35),
|
||||
stroke: .clear,
|
||||
shadow: nil,
|
||||
reactionInactiveBackground: UIColor(rgb: 0xffffff, alpha: 0.07),
|
||||
|
|
@ -523,7 +523,7 @@ public func makeDefaultDarkPresentationTheme(extendingThemeReference: Presentati
|
|||
),
|
||||
withoutWallpaper: PresentationThemeBubbleColorComponents(
|
||||
fill: [UIColor(rgb: 0x1D1D1D, alpha: incomingBubbleAlpha)],
|
||||
highlightedFill: UIColor(rgb: 0xffffff, alpha: 1.0),
|
||||
highlightedFill: UIColor(rgb: 0xffffff, alpha: 0.35),
|
||||
stroke: .clear,
|
||||
shadow: nil,
|
||||
reactionInactiveBackground: UIColor(rgb: 0xffffff, alpha: 0.07),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue