From ab0f83776a291715235947eb25bb80cd51cac9e1 Mon Sep 17 00:00:00 2001 From: thororen1234 <78185467+thororen1234@users.noreply.github.com> Date: Thu, 26 Jun 2025 16:27:48 -0400 Subject: [PATCH] VSC Didnt Replace A Var Correctly --- src/components/PluginSettings/styles.css | 2 +- src/components/VencordSettings/settingsStyles.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/PluginSettings/styles.css b/src/components/PluginSettings/styles.css index a49f19ce..d1657097 100644 --- a/src/components/PluginSettings/styles.css +++ b/src/components/PluginSettings/styles.css @@ -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); } diff --git a/src/components/VencordSettings/settingsStyles.css b/src/components/VencordSettings/settingsStyles.css index 9d287d20..bf4e8288 100644 --- a/src/components/VencordSettings/settingsStyles.css +++ b/src/components/VencordSettings/settingsStyles.css @@ -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; }