mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00:00
Add correct icons for dark/light mode switch.
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 420 B |
Binary file not shown.
|
After Width: | Height: | Size: 891 B |
Binary file not shown.
|
After Width: | Height: | Size: 1.3 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 636 B |
Binary file not shown.
|
After Width: | Height: | Size: 1.3 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 1.9 KiB |
@@ -1313,8 +1313,8 @@ backgroundSwitchToDark: IconButton(defaultIconButton) {
|
||||
width: 48px;
|
||||
height: 48px;
|
||||
|
||||
icon: boxTitleCloseIcon;
|
||||
iconOver: boxTitleCloseIconOver;
|
||||
icon: icon {{ "menu/header_mode_night", boxTitleCloseFg }};
|
||||
iconOver: icon {{ "menu/header_mode_night", boxTitleCloseFgOver }};
|
||||
|
||||
rippleAreaPosition: point(4px, 4px);
|
||||
rippleAreaSize: 40px;
|
||||
@@ -1322,4 +1322,7 @@ backgroundSwitchToDark: IconButton(defaultIconButton) {
|
||||
color: windowBgOver;
|
||||
}
|
||||
}
|
||||
backgroundSwitchToLight: backgroundSwitchToDark;
|
||||
backgroundSwitchToLight: IconButton(backgroundSwitchToDark) {
|
||||
icon: icon {{ "menu/header_mode_day", boxTitleCloseFg }};
|
||||
iconOver: icon {{ "menu/header_mode_day", boxTitleCloseFgOver }};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user