diff --git a/frontend/src/app.postcss b/frontend/src/app.postcss index d3d89b0..4da0202 100644 --- a/frontend/src/app.postcss +++ b/frontend/src/app.postcss @@ -28,7 +28,7 @@ --accent: 240 4.8% 95.9%; --accent-foreground: 240 5.9% 10%; - --destructive: 0 84.2% 60.2%; + --destructive: #c20e4d; --destructive-foreground: 0 0% 98%; --ring: 240 4.8% 95.9%; diff --git a/frontend/src/routes/(app)/projects/[id]/settings/+page.svelte b/frontend/src/routes/(app)/projects/[id]/settings/+page.svelte index 917dd19..a1b4cc1 100644 --- a/frontend/src/routes/(app)/projects/[id]/settings/+page.svelte +++ b/frontend/src/routes/(app)/projects/[id]/settings/+page.svelte @@ -50,57 +50,72 @@

Danger Zone

-
- (deleteDialogOpen = open)}> - - - - - - Are you sure absolutely sure? - - This action cannot be undone. This will permanently - delete your project and all its associated data. - - -
- - - -
- +
+
+ Delete Project + Permanently delete your project +
+ (deleteDialogOpen = open)}> + + + + + + + Are you sure absolutely sure? + + + This action cannot be undone. This will permanently + delete your project and all its associated data. + + + + + + - Delete Shorteners -
- - - -
- - - {#if $submitting} - - {/if} - Delete - -
- - - + bind:value={$formData.deleteShorteners} + type="hidden" /> +
+ + + Delete Shorteners? + +
+ + + +
+ + + {#if $submitting} + + {/if} + Delete + +
+ + + +