Fix: Logo visible en mode sombre avec dark:invert

This commit is contained in:
2025-11-23 19:40:02 +01:00
parent 45a96f618b
commit fa4ef6320a
2 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ export default function Logo({ size = 120, className = "" }: LogoProps) {
alt="Relais Marama - Fakarava" alt="Relais Marama - Fakarava"
width={size} width={size}
height={size} height={size}
className="object-contain" className="object-contain dark:invert"
style={{ maxWidth: `${size}px`, maxHeight: `${size}px` }} style={{ maxWidth: `${size}px`, maxHeight: `${size}px` }}
/> />
<p className="text-primary font-semibold mt-2" style={{ fontSize: `${size * 0.15}px` }}> <p className="text-primary font-semibold mt-2" style={{ fontSize: `${size * 0.15}px` }}>

Binary file not shown.