mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-16 16:30:15 +01:00
🌑 style(AnthropicIcon): adjust for Dark Mode
This commit is contained in:
parent
ebcca16b94
commit
0bd8c2ba00
1 changed files with 1 additions and 1 deletions
|
|
@ -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={{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue