From 183761b01fe7c69b06cd0206676e974aaaf5781d Mon Sep 17 00:00:00 2001 From: James Ritchie Date: Thu, 29 Jun 2023 14:42:39 +0100 Subject: [PATCH] Aligned the callout icon top --- apps/webapp/app/components/primitives/Callout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/webapp/app/components/primitives/Callout.tsx b/apps/webapp/app/components/primitives/Callout.tsx index 58139e620..f11b7b7f5 100644 --- a/apps/webapp/app/components/primitives/Callout.tsx +++ b/apps/webapp/app/components/primitives/Callout.tsx @@ -76,7 +76,7 @@ export function Callout({ className )} > -
+
{icon ? icon : variantDefinition.icon} {typeof children === "string" ? (