Skip to content

Commit

Permalink
fix: update app settings danger zone style for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
rohan-chaturvedi committed Nov 5, 2024
1 parent 4c4e971 commit 354a1fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/app/[team]/apps/[app]/settings/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -131,9 +131,9 @@ export default function AppSettings({ params }: { params: { team: string; app: s
<h2 className="text-2xl font-semibold text-black dark:text-white">Danger Zone</h2>
<p className="text-neutral-500">These actions may result in permanent loss of data</p>
</div>
<div className="flex items-center justify-between p-3 rounded-lg ring-1 ring-inset ring-red-200 dark:ring-red-400/10">
<div className="flex items-center justify-between p-3 rounded-lg ring-1 ring-inset ring-red-500/40 bg-red-400/10 ">
<div>
<h3 className="text-red-500 dark:text-red-800 font-semibold">Delete App</h3>
<h3 className="text-red-400 font-semibold">Delete App</h3>
<p className="text-neutral-500">Permanently delete this App</p>
</div>

Expand Down

0 comments on commit 354a1fc

Please sign in to comment.