diff --git a/config/coolify.php b/config/coolify.php
index 589548fb0..5438c7dab 100644
--- a/config/coolify.php
+++ b/config/coolify.php
@@ -1,5 +1,5 @@
'4.0.0-nightly.1',
+ 'version' => '4.0.0-nightly.2',
];
diff --git a/resources/views/components/confirm-modal.blade.php b/resources/views/components/confirm-modal.blade.php
index 24fad1ff0..ab707519f 100644
--- a/resources/views/components/confirm-modal.blade.php
+++ b/resources/views/components/confirm-modal.blade.php
@@ -16,7 +16,7 @@
- Confirm
+ Confirm
Cancel
diff --git a/resources/views/components/inputs/button.blade.php b/resources/views/components/inputs/button.blade.php
index 9ab8d023e..92f29dd76 100644
--- a/resources/views/components/inputs/button.blade.php
+++ b/resources/views/components/inputs/button.blade.php
@@ -1,14 +1,23 @@
@props([
- 'class' => null,
- 'defaultClass' => 'text-white bg-violet-500 hover:bg-violet-600',
+ 'isWarning' => null,
+ 'defaultClass' => 'text-white bg-neutral-800 hover:bg-violet-600',
+ 'defaultWarningClass' => 'text-white bg-red-500 hover:bg-red-600',
'confirm' => null,
'confirmAction' => null,
])
-
-