Skip to content

Commit adad79a

Browse files
authored
Fix <Callout> icon margin (#1017)
1 parent e376222 commit adad79a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ui/callout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ export function Callout(props: CalloutProps) {
9292
styles[mergedProps.type].container
9393
}`}
9494
>
95-
<IconComponent class="h-6 w-8 pt-1 flex-none" />
95+
<IconComponent class="h-6 w-8 mt-1 flex-none" />
9696
<div class={`m-0 pb-1 px-4 w-full ${styles[mergedProps.type].title}`}>
9797
<Show
9898
when={props.title}

0 commit comments

Comments
 (0)