dark mode model provider icons

This commit is contained in:
marko-kraemer 2025-10-03 11:12:36 +02:00
parent 31c0f8b348
commit e168505f3a
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ export function ModelProviderIcon({
alt={`${provider} icon`}
width={size * 0.9} // Increase to 90% for maximum visibility
height={size * 0.9}
className="object-contain"
className="object-contain dark:brightness-0 dark:invert"
style={{ width: size * 0.9, height: size * 0.9 }}
/>
</div>