From 7f4834d9670e5075105ad4936059a83debee1baf Mon Sep 17 00:00:00 2001 From: thororen1234 <78185467+thororen1234@users.noreply.github.com> Date: Sun, 2 Feb 2025 12:21:42 -0500 Subject: [PATCH] Fix Accidental Change --- src/components/PluginSettings/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/PluginSettings/styles.css b/src/components/PluginSettings/styles.css index 199405d6..5ec5b66f 100644 --- a/src/components/PluginSettings/styles.css +++ b/src/components/PluginSettings/styles.css @@ -76,7 +76,7 @@ color: var(--info-warning-text); } -.vc-plugins-info-button svg:not(:hover, :focus) { +.vc-plugins-info-icon:not(:hover, :focus) { color: var(--text-muted); }