mirror of
https://codeberg.org/vyn/mirai.git
synced 2025-07-03 18:23:19 +00:00
Use Green, Orange and Red colors for Selenite's palette
This commit is contained in:
parent
668d1df06f
commit
14d04f6a77
4 changed files with 7 additions and 3 deletions
|
@ -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)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue