Now statuses have different colors. Various minor fixes

This commit is contained in:
Yury Shuvakin
2025-08-15 18:53:38 +09:00
parent 978f6ee04d
commit b861ce003c
11 changed files with 124 additions and 109 deletions

View File

@@ -16,8 +16,8 @@ QtObject {
property color redButtonColor: "#E74245"
property color yellowButtonColor: "#F4BB44"
property color informationColor: "#E2EAFF"
property color invalidColor: "#FFEDE3"
property color infoColor: "#E2EAFF"
property color goodColor: "#C4FFCA"
property color neutralColor: "#FEFBC6"
property color warningColor: "#FEFBC6"
property color errorColor: "#FFEDE3"
}