Skip to content

Commit 5171653

Browse files
committed
fix: remove hard coded tailwind values
1 parent 8d57a44 commit 5171653

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/pages/OrganizationSettingsPage/OrganizationSettingsPageView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ export const OrganizationSettingsPageView: FC<
131131
title="Settings"
132132
description="Change or delete your organization."
133133
>
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">
134+
<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">
135135
<span>Deleting an organization is irreversible.</span>
136136
<Button
137137
variant="destructive"

0 commit comments

Comments
 (0)