botones de color

This commit is contained in:
Felipe
2024-07-12 10:53:59 -05:00
parent 020bf656c3
commit 55f95f2e17
7 changed files with 48 additions and 12 deletions
+6 -1
View File
@@ -237,6 +237,11 @@ class ShowServicio extends Component
'onDismissed' => '',
'cancelButtonText' => 'Salir',
'confirmButtonText' => 'Si',
'customClass' => [
'confirmButton' => 'bg-green-500',
'denyButton' => 'bg-red-500',
'cancelButton' => 'bg-gray-500',
]
]);
}
@@ -267,4 +272,4 @@ class ShowServicio extends Component
$this->renovacion = null;
$this->servicio = null;
}
}
}