From 4549fd88d54e5ac868cc857e4deb308f35a71ce6 Mon Sep 17 00:00:00 2001 From: Connie Lee Date: Tue, 29 Oct 2024 16:15:12 -0700 Subject: [PATCH] style(ui): Fix night colors for Callout --- weave-js/src/components/Callout/Callout.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/weave-js/src/components/Callout/Callout.tsx b/weave-js/src/components/Callout/Callout.tsx index 51028420f46..9fc6535d9cf 100644 --- a/weave-js/src/components/Callout/Callout.tsx +++ b/weave-js/src/components/Callout/Callout.tsx @@ -18,6 +18,7 @@ export const Callout = ({className, color, icon, size}: CalloutProps) => {