Replaced icons in gradient editor from userpic emoji builder.

This commit is contained in:
23rd 2023-02-02 20:01:56 +03:00
parent 4484457965
commit e0cba40410
7 changed files with 4 additions and 4 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 269 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 383 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 505 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 210 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 264 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 323 B

View File

@ -52,8 +52,8 @@ userpicBuilderEmojiColorMinus: IconButton(defaultIconButton) {
width: userpicBuilderEmojiAccentColorSize;
height: userpicBuilderEmojiAccentColorSize;
icon: icon {{ "settings/minus", menuIconFg }};
iconOver: icon {{ "settings/minus", menuIconFg }};
icon: icon {{ "info/info_colors_remove", menuIconFg }};
iconOver: icon {{ "info/info_colors_remove", menuIconFg }};
rippleAreaSize: userpicBuilderEmojiAccentColorSize;
rippleAreaPosition: point(0px, 0px);
@ -61,8 +61,8 @@ userpicBuilderEmojiColorMinus: IconButton(defaultIconButton) {
}
userpicBuilderEmojiColorPlus: IconButton(userpicBuilderEmojiColorMinus) {
icon: icon {{ "settings/plus", menuIconFg }};
iconOver: icon {{ "settings/plus", menuIconFg }};
icon: icon {{ "info/info_colors_add", menuIconFg }};
iconOver: icon {{ "info/info_colors_add", menuIconFg }};
}
userpicBuilderEmojiToggleStickersIcon: icon {{ "menu/stickers", emojiIconFg }};