Skip to content

Commit fcd2107

Browse files
committed
Merge branch 'feat/dashboard-agent-ui' into feat/dashboard-agent-flows-watch
2 parents 955622a + cd08d08 commit fcd2107

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
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}
@@ -169,8 +169,8 @@ export function ReportFindingLine({
169169
return (
170170
<p className="grid grid-cols-[1rem_4.5rem_minmax(0,1fr)] items-start gap-x-2">
171171
<ReportSeverityIcon severity={severity} tone={tone} className="mt-0.5" />
172-
<span className="-mt-px text-xs uppercase tracking-wide text-text-dimmed">{type}</span>
173-
<span className={cn("-mt-0.5 text-sm", bright ? "text-text-bright" : "text-text-dimmed")}>
172+
<span className="mt-px text-xs uppercase tracking-wide text-text-dimmed">{type}</span>
173+
<span className={cn("-mt-1 text-sm", bright ? "text-text-bright" : "text-text-dimmed")}>
174174
{text}
175175
</span>
176176
</p>

0 commit comments

Comments
 (0)