little changes to the ui

This commit is contained in:
2026-08-03 20:08:22 +02:00
parent fcc04895f3
commit 3db249f3e1
6 changed files with 11 additions and 11 deletions
+4 -4
View File
@@ -8,14 +8,14 @@ export const SupportCtaWidget: React.FC = () => {
return (
<Card>
<CardContent className="p-6 bg-blue-900">
<h3 className="text-lg font-semibold mb-2 text-white">Centre de Support</h3>
<p className=" text-white text-sm mb-4 leading-relaxed">
<CardContent className="p-6 rounded-xl">
<h3 className="text-lg font-semibold mb-2">Centre de Support</h3>
<p className="text-sm mb-4 leading-relaxed">
Déclarez un incident critique ou demandez une évolution de votre infrastructure.
</p>
<Button
onClick={() => navigate('/support')}
className= "text-white w-full bg-blue-900"
className= "text-rose-500 w-full"
>
Ouvrir un ticket sécurisé
</Button>