1786108189
This commit is contained in:
@@ -376,7 +376,7 @@ export component AppWindow inherits Window {
|
||||
width: 44px;
|
||||
height: 44px;
|
||||
border-width: 2px;
|
||||
border-color: black;
|
||||
border-color: Settings.dark-mode ? #777777 : black;
|
||||
background: close-touch.pressed ? Settings.dark-mode ? #777777 : black : Settings.dark-mode ? black : white;
|
||||
|
||||
close-touch := TouchArea {
|
||||
@@ -385,7 +385,7 @@ export component AppWindow inherits Window {
|
||||
|
||||
Text {
|
||||
text: Settings.dark-mode ? "D" : "L";
|
||||
color: close-touch.pressed ? white : black;
|
||||
color: close-touch.pressed ? Settings.dark-mode ? black : white : Settings.dark-mode ? #777777 : black;
|
||||
font-size: 29px;
|
||||
horizontal-alignment: center;
|
||||
vertical-alignment: center;
|
||||
|
||||
Reference in New Issue
Block a user