From 268f3a18405342f88fd4041e0f652fd482fa311c Mon Sep 17 00:00:00 2001 From: Justice Almanzar Date: Fri, 4 Aug 2023 17:56:40 +0000 Subject: [PATCH] add bottom margin to settings section (#1616) --- src/components/PluginSettings/PluginModal.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/PluginSettings/PluginModal.tsx b/src/components/PluginSettings/PluginModal.tsx index 7079ebfc6..f4cab54cb 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 )} - + Settings {renderSettings()}