aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorV <vendicated@riseup.net>2023-09-26 01:38:46 +0200
committerV <vendicated@riseup.net>2023-09-26 01:38:46 +0200
commitda7f0cfff652b74496e20225854e20b0954ed008 (patch)
tree91b2444eeeb371b2dd765bbaafbd7972915e56b4 /src
parentae6584da7c38fd0f3414e3cb650b35a9a9b831be (diff)
downloadVencord-da7f0cfff652b74496e20225854e20b0954ed008.tar.gz
Vencord-da7f0cfff652b74496e20225854e20b0954ed008.tar.bz2
Vencord-da7f0cfff652b74496e20225854e20b0954ed008.zip
PluginModal: Fix cancel button being white on white in light theme
Diffstat (limited to 'src')
-rw-r--r--src/components/PluginSettings/PluginModal.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/PluginSettings/PluginModal.tsx b/src/components/PluginSettings/PluginModal.tsx
index 78f3c9d..d8b9490 100644
--- a/src/components/PluginSettings/PluginModal.tsx
+++ b/src/components/PluginSettings/PluginModal.tsx
@@ -238,7 +238,7 @@ export default function PluginModal({ plugin, onRestartNeeded, onClose, transiti
<Button
onClick={onClose}
size={Button.Sizes.SMALL}
- color={Button.Colors.WHITE}
+ color={Button.Colors.PRIMARY}
look={Button.Looks.LINK}
>
Cancel