diff --git a/components/Logo.tsx b/components/Logo.tsx index 96c72bc..5cb4ee4 100644 --- a/components/Logo.tsx +++ b/components/Logo.tsx @@ -44,7 +44,7 @@ export default function Logo({ size = 120, className = "" }: LogoProps) { alt="Relais Marama - Fakarava" width={size} height={size} - className="object-contain" + className="object-contain dark:invert" style={{ maxWidth: `${size}px`, maxHeight: `${size}px` }} />

diff --git a/dist/compagnon-lagon-beta.apk b/dist/compagnon-lagon-beta.apk index f3370c5..16326c0 100644 Binary files a/dist/compagnon-lagon-beta.apk and b/dist/compagnon-lagon-beta.apk differ