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; colorAllLabel: storiesColorAllLabel;
removeSet: storiesRemoveSet; removeSet: storiesRemoveSet;
boxLabel: storiesBoxLabel; boxLabel: storiesBoxLabel;
about: FlatLabel(defaultEmojiPanAbout) {
textFg: storiesComposeGrayText;
}
icons: ComposeIcons { icons: ComposeIcons {
settings: icon {{ "emoji/emoji_settings", storiesComposeGrayIcon }}; settings: icon {{ "emoji/emoji_settings", storiesComposeGrayIcon }};