2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

Add simple switch emoji set box.

This commit is contained in:
John Preston
2018-12-26 18:00:08 +04:00
parent 79fea49272
commit de00e0e15c
8 changed files with 400 additions and 4 deletions

View File

@@ -265,3 +265,9 @@ autocompleteRowPadding: margins(16px, 5px, 16px, 5px);
autocompleteRowTitle: semiboldTextStyle;
autocompleteRowKeys: defaultTextStyle;
autocompleteRowAnswer: defaultTextStyle;
manageEmojiCheck: IconButton(defaultIconButton) {
width: 18px;
height: 13px;
icon: stickersFeaturedInstalled;
}