We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d57a44 commit 5171653Copy full SHA for 5171653
site/src/pages/OrganizationSettingsPage/OrganizationSettingsPageView.tsx
@@ -131,7 +131,7 @@ export const OrganizationSettingsPageView: FC<
131
title="Settings"
132
description="Change or delete your organization."
133
>
134
- <div className="flex bg-surface-orange items-center justify-between border border-solid border-orange-600 rounded-[8px] p-3 pl-[18px] gap-2 flex-grow">
+ <div className="flex bg-surface-orange items-center justify-between border border-solid border-orange-600 rounded-md p-3 pl-4 gap-2 flex-grow">
135
<span>Deleting an organization is irreversible.</span>
136
<Button
137
variant="destructive"
0 commit comments