mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-18 15:17:07 +02:00
Improve colors in tabbed search field.
This commit is contained in:
parent
c737e2f91b
commit
84bf716f94
1 changed files with 3 additions and 3 deletions
|
@ -198,11 +198,11 @@ emojiPanRadius: 8px;
|
|||
|
||||
defaultTabbedSearch: TabbedSearch {
|
||||
outer: emojiPanBg;
|
||||
bg: emojiPanCategories;
|
||||
bg: emojiPanHover;
|
||||
fg: emojiIconFg;
|
||||
fgActive: emojiSubIconFgActive;
|
||||
fadeLeft: icon {{ "fade_horizontal-flip_horizontal", emojiPanCategories }};
|
||||
fadeRight: icon {{ "fade_horizontal", emojiPanCategories }};
|
||||
fadeLeft: icon {{ "fade_horizontal-flip_horizontal", emojiPanHover }};
|
||||
fadeRight: icon {{ "fade_horizontal", emojiPanHover }};
|
||||
field: InputField(defaultMultiSelectSearchField) {
|
||||
textMargins: margins(2px, 7px, 2px, 0px);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue