change the app primary color

This commit is contained in:
2025-10-15 22:16:08 +03:00
parent 5e43aeb5a0
commit 946678228f
23 changed files with 208 additions and 209 deletions

View File

@@ -82,7 +82,7 @@
top: 6px;
height: 24px;
border: none;
color: #ffb700;
color: var(--primary);
background-color: rgba(255, 183, 0, 0.12);
width: 70px !important;
}
@@ -102,7 +102,7 @@
}
:global(.darkApp) .activeServiceButton {
color: #ffb700 !important;
color: var(--primary) !important;
background-color: rgba(42, 42, 42, 0.8) !important;
border: none;
width: 70px !important;