Skip to content

Commit 1ed96c9

Browse files
committed
Slightly change read stories brush
1 parent a5050e6 commit 1ed96c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Telegram/Controls/ActiveStoriesSegments.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public partial class ActiveStoriesSegments : HyperlinkButton
4040
private static readonly Color _storyCloseFriendTopColor = Color.FromArgb(0xFF, 0x78, 0xd5, 0x38);
4141
private static readonly Color _storyCloseFriendBottomColor = Color.FromArgb(0xFF, 0x2a, 0xb5, 0x6d);
4242

43-
private static readonly Color _storyDefaultColor = Color.FromArgb(0xFF, 0xD8, 0xD8, 0xE1);
43+
private static readonly Color _storyDefaultColor = Color.FromArgb(77, 128, 128, 128);
4444

4545
private static readonly Color _storyLiveColor = Color.FromArgb(0xFF, 0xFF, 0x2C, 0x55);
4646

0 commit comments

Comments
 (0)