mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-05-30 03:33:55 +02:00
Fix about message reaction text color.
This commit is contained in:
parent
30548c2859
commit
db7c16f82b
1 changed files with 3 additions and 0 deletions
|
@ -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 }};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue