improvement: add margin to integrations table view

This commit is contained in:
Scott Wilson
2024-12-04 17:00:09 -08:00
parent b58e32c754
commit 05d7f94518

View File

@@ -38,8 +38,8 @@ export const IntegrationsSection = ({
const [shouldDeleteSecrets, setShouldDeleteSecrets] = useToggle(false);
return (
<div className="mb-8">
<div className="mx-4 mb-4 mt-6 flex flex-col items-start justify-between px-2 text-xl">
<div className="mx-6 mb-8">
<div className="mb-4 mt-6 flex flex-col items-start justify-between px-2 text-xl">
<h1 className="text-3xl font-semibold">Integrations</h1>
<p className="text-base text-bunker-300">Manage integrations with third-party services.</p>
</div>