update design dev_screen

This commit is contained in:
Your Name 2026-01-09 04:41:39 +03:00
parent 6742269948
commit 55351a0eb6
2 changed files with 4 additions and 4 deletions

View File

@ -206,8 +206,8 @@ QMenu::item:selected { background: #F3F4F6; }
border-radius: 16px;
border: 1px solid #E5E7EB;
}
#ConfirmTitle { color: #111827; }
#ConfirmMessage { color: rgba(107,114,128,0.95); }
#ConfirmTitle { color: #111827; background: transparent; }
#ConfirmMessage { color: rgba(107,114,128,0.95); background: transparent; }
#ConfirmCancel {
background: #FFFFFF;
color: #111827;

View File

@ -190,8 +190,8 @@ QMenu::item:selected { background: #1B2330; }
background: #141A22;
border-radius: 16px;
}
#ConfirmTitle { color: #E6EAF0; }
#ConfirmMessage { color: rgba(138,147,166,0.95); }
#ConfirmTitle { color: #E6EAF0; background: transparent; }
#ConfirmMessage { color: rgba(138,147,166,0.95); background: transparent; }
#ConfirmCancel {
background: #141A22;
color: #E6EAF0;