From 8778d7a9b40e587ef59ab683b813e0b5b01ec17a Mon Sep 17 00:00:00 2001
From: Krystal <150982280+KrstlSkll69@users.noreply.github.com>
Date: Tue, 25 Mar 2025 19:15:00 -0400
Subject: [PATCH] Visual Refresh

---
 src/components/PluginSettings/styles.css | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/src/components/PluginSettings/styles.css b/src/components/PluginSettings/styles.css
index 5ec5b66f..1eabaa1b 100644
--- a/src/components/PluginSettings/styles.css
+++ b/src/components/PluginSettings/styles.css
@@ -238,3 +238,20 @@
     margin-left: auto;
     margin-right: 4.5px !important;
 }
+
+.visual-refresh .button-danger-background {
+    font-size: 16px;
+    background-color: rgb(240 71 71 / 10%) !important;
+    color: rgb(240 71 71) !important;
+    border: 1px solid rgb(240 71 71 / 60%) !important;
+    border-radius: 4px;
+    font-weight: 500;
+    padding: 6px 10px;
+    text-align: center;
+    margin-top: 10px;
+}
+
+.visual-refresh .button-danger-background:hover {
+  background-color:  var(--status-danger-background) !important;
+  color: var(--status-danger-text) !important;
+}