diff --git a/.gitignore b/.gitignore index a547bf3..d600b6c 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,4 @@ dist-ssr *.njsproj *.sln *.sw? + diff --git a/src/components/ui/Input.tsx b/src/components/ui/Input.tsx index afc80d2..bfadd3f 100644 --- a/src/components/ui/Input.tsx +++ b/src/components/ui/Input.tsx @@ -57,7 +57,7 @@ export const Input = forwardRef( "bg-[#e8e8e8] dark:bg-[#1e293b]", "text-slate-800 dark:text-slate-100 font-medium placeholder:text-slate-400 dark:placeholder:text-slate-500", - // 🎯 Utilisation directe de tes constantes Neumorphic creusées + // Utilisation directe de tes constantes Neumorphic creusées NEUMORPHISM.insetLight, NEUMORPHISM.insetDark, diff --git a/src/components/widgets/BackupWidget.tsx b/src/components/widgets/BackupWidget.tsx index 65da02e..a7e8239 100644 --- a/src/components/widgets/BackupWidget.tsx +++ b/src/components/widgets/BackupWidget.tsx @@ -18,7 +18,7 @@ export default function BackupWidget({ onClick }: BackupWidgetProps) { -
+

Dernier snapshot système

Aujourd'hui à 03:00 AM

diff --git a/src/components/widgets/ServicesWidget.tsx b/src/components/widgets/ServicesWidget.tsx index b30d5f5..86aaba6 100644 --- a/src/components/widgets/ServicesWidget.tsx +++ b/src/components/widgets/ServicesWidget.tsx @@ -30,10 +30,10 @@ export default function ServicesWidget() { ))}
- - + ); diff --git a/src/components/widgets/SupportCtaWidget.tsx b/src/components/widgets/SupportCtaWidget.tsx index b3a122a..83778cd 100644 --- a/src/components/widgets/SupportCtaWidget.tsx +++ b/src/components/widgets/SupportCtaWidget.tsx @@ -8,14 +8,14 @@ export const SupportCtaWidget: React.FC = () => { return ( - -

Centre de Support

-

+ +

Centre de Support

+

Déclarez un incident critique ou demandez une évolution de votre infrastructure.

- diff --git a/src/styles/Neumorphism.ts b/src/styles/Neumorphism.ts index 35cf721..fd907eb 100644 --- a/src/styles/Neumorphism.ts +++ b/src/styles/Neumorphism.ts @@ -13,8 +13,8 @@ export const NEUMORPHISM = { sizeStyles: { sm: "px-5 py-2 text-sm rounded-md", md: "px-[1.7em] py-[0.7em] text-[18px] rounded-[0.5em]", - lg: "px-10 py-4 text-xl rounded-xl", - icon: "p-3 rounded-lg", + lg: "px-10 py-4 text-sm rounded-xl", + icon: "p-3 rounded-lg", }, // Ombres du bouton ACTIF (effet enfoncé/creusé "inset") insetLight: "!shadow-[inset_4px_4px_8px_#c5c5c5,inset_-4px_-4px_8px_#ffffff]",