feat: change some alert message color to white, cause by foo

This commit is contained in:
kradchen
2025-05-29 10:03:25 +08:00
parent cf1f25e29d
commit cfcd88c6c6
2 changed files with 13 additions and 11 deletions

View File

@@ -254,7 +254,9 @@ QLabel#endline {
}
QLabel#warn {
color: #930000;
/* color: #930000; */
color: white;
background: transparent;
font-size: 20px;
max-height: 80px;