2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 14:38:15 +00:00

Fixed order of premium feature previews.

This commit is contained in:
23rd
2022-12-21 17:57:05 +03:00
committed by John Preston
parent 8296d72923
commit cf4dfa55da
6 changed files with 67 additions and 20 deletions

View File

@@ -921,7 +921,8 @@ QGradientStops FullHeightGradientStops() {
{ 0.0, st::premiumIconBg1->c },
{ .28, st::premiumIconBg2->c },
{ .55, st::premiumButtonBg2->c },
{ 1.0, st::premiumButtonBg1->c },
{ .75, st::premiumButtonBg1->c },
{ 1.0, st::premiumIconBg3->c },
};
}