VSC Didnt Replace A Var Correctly
Some checks are pending
Test / Test (push) Waiting to run
Release / Build Equicord (push) Waiting to run

This commit is contained in:
thororen1234 2025-06-26 16:27:48 -04:00
parent 46be9be0a3
commit ab0f83776a
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -71,7 +71,7 @@
.vc-plugins-restart-card {
padding: 1em;
background: var(--background-feedback-warningd);
background: var(--background-feedback-warning);
border: inherit !important;
color: var(--text-feedback-warning);
}

View file

@ -32,7 +32,7 @@
}
.vc-backup-restore-card {
background-color: var(--background-feedback-warningd) !important;
background-color: var(--background-feedback-warning) !important;
border-color: var(--info-warning-foreground) !important;
color: var(--text-feedback-warning) !important;
}