mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-17 00:40:14 +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"
|
overflow="visible"
|
||||||
width={size}
|
width={size}
|
||||||
height={size}
|
height={size}
|
||||||
className={cn('fill-current text-black', className)}
|
className={cn('fill-current text-black dark:text-white', className)}
|
||||||
>
|
>
|
||||||
<g
|
<g
|
||||||
style={{
|
style={{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue