Use Green, Orange and Red colors for Selenite's palette

This commit is contained in:
Vyn 2024-11-04 10:49:06 +01:00
parent 668d1df06f
commit 14d04f6a77
4 changed files with 7 additions and 3 deletions

View file

@ -36,7 +36,7 @@ export component EditSourceWindow inherits Window {
}
VButton {
text: "Delete";
background-color: Colors.red;
background-color: Palette.red;
double-clicked => {
Backend.delete-source(root.id)
}