🌑 style(AnthropicIcon): adjust for Dark Mode

This commit is contained in:
Danny Avila 2024-03-11 11:36:54 -04:00 committed by GitHub
parent ebcca16b94
commit 0bd8c2ba00
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,7 +12,7 @@ export default function AnthropicIcon({
overflow="visible"
width={size}
height={size}
className={cn('fill-current text-black', className)}
className={cn('fill-current text-black dark:text-white', className)}
>
<g
style={{