From 0bd8c2ba009fb34453d5ee192dc27291c00b68a3 Mon Sep 17 00:00:00 2001 From: Danny Avila Date: Mon, 11 Mar 2024 11:36:54 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=8C=91=20style(AnthropicIcon):=20adjust?= =?UTF-8?q?=20for=20Dark=20Mode?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/src/components/svg/AnthropicIcon.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/components/svg/AnthropicIcon.tsx b/client/src/components/svg/AnthropicIcon.tsx index ee5e57edaa..c7fdfb0762 100644 --- a/client/src/components/svg/AnthropicIcon.tsx +++ b/client/src/components/svg/AnthropicIcon.tsx @@ -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)} >