2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-09-01 15:15:13 +00:00

Fix about message reaction text color.

This commit is contained in:
John Preston
2024-01-30 18:25:02 +04:00
parent 30548c2859
commit db7c16f82b

View File

@@ -602,6 +602,9 @@ storiesEmojiPan: EmojiPan(defaultEmojiPan) {
colorAllLabel: storiesColorAllLabel;
removeSet: storiesRemoveSet;
boxLabel: storiesBoxLabel;
about: FlatLabel(defaultEmojiPanAbout) {
textFg: storiesComposeGrayText;
}
icons: ComposeIcons {
settings: icon {{ "emoji/emoji_settings", storiesComposeGrayIcon }};