Skip to content

Commit 87f1d11

Browse files
committed
fix(webapp): drop the headline icon 4px
1 parent be99614 commit 87f1d11

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/webapp/app/components/dashboard-agent/report-sparkline.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ export function ReportHeadline({
140140
}) {
141141
return (
142142
<p className="flex items-start gap-2 text-sm">
143-
<ReportSeverityIcon severity={severity} tone={tone} className="mt-0.5 shrink-0" />
143+
<ReportSeverityIcon severity={severity} tone={tone} className="mt-1.5 shrink-0" />
144144
<span>
145145
<span className={cn("font-medium", SEVERITY_TEXT[tone ?? severity])}>{phrase}</span>
146146
{continuation ? <span className="text-text-bright">{continuation}</span> : null}

0 commit comments

Comments
 (0)