aboutsummaryrefslogtreecommitdiff
path: root/src/components/PluginSettings
diff options
context:
space:
mode:
authorJustice Almanzar <superdash993@gmail.com>2023-08-04 17:56:40 +0000
committerGitHub <noreply@github.com>2023-08-04 19:56:40 +0200
commit268f3a18405342f88fd4041e0f652fd482fa311c (patch)
tree9e89c00616f83fe46aa8104d9364a584e9274456 /src/components/PluginSettings
parentd6c43986fd665b60a8a83d41ef907dab22e990e7 (diff)
downloadVencord-268f3a18405342f88fd4041e0f652fd482fa311c.tar.gz
Vencord-268f3a18405342f88fd4041e0f652fd482fa311c.tar.bz2
Vencord-268f3a18405342f88fd4041e0f652fd482fa311c.zip
add bottom margin to settings section (#1616)
Diffstat (limited to 'src/components/PluginSettings')
-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 7079ebf..f4cab54 100644
--- a/src/components/PluginSettings/PluginModal.tsx
+++ b/src/components/PluginSettings/PluginModal.tsx
@@ -226,7 +226,7 @@ export default function PluginModal({ plugin, onRestartNeeded, onClose, transiti
</Forms.FormSection>
</div>
)}
- <Forms.FormSection>
+ <Forms.FormSection className={Margins.bottom16}>
<Forms.FormTitle tag="h3">Settings</Forms.FormTitle>
{renderSettings()}
</Forms.FormSection>