Skip to content

Commit

Permalink
enhance(ui): RunInfo - tweak styles
Browse files Browse the repository at this point in the history
- increase contrast between current/baseline metric
- increase space between delta and current metric when large
  • Loading branch information
vio committed Feb 11, 2024
1 parent a9f7e88 commit 957614e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/ui/src/components/run-info/run-info.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
}

.baselineMetric {
color: var(--color-text-light);
color: var(--color-text-ultra-light);
font-size: var(--size-small);
line-height: var(--line-height-heading);
}
Expand Down Expand Up @@ -82,3 +82,7 @@
.large .baselineMetric {
font-size: var(--size-medium);
}

.large .delta {
margin-left: var(--space-xxxsmall);
}

0 comments on commit 957614e

Please sign in to comment.