Skip to content

Commit

Permalink
fix(app): RunSummaryDatum border radius
Browse files Browse the repository at this point in the history
  • Loading branch information
sfoster1 committed Mar 14, 2024
1 parent 1828b45 commit ffb1441
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/src/pages/RunSummary/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import {
ALIGN_CENTER,
ALIGN_FLEX_START,
ALIGN_STRETCH,
BORDERS,
Btn,
COLORS,
DIRECTION_COLUMN,
Expand Down Expand Up @@ -414,7 +415,7 @@ const SummaryDatum = styled.div`
grid-gap: ${SPACING.spacing4};
height: 44px;
background: #d6d6d6;
border-radius: 4px;
border-radius: ${BORDERS.borderRadius4};
color: ${COLORS.grey60};
font-size: ${TYPOGRAPHY.fontSize22};
line-height: ${TYPOGRAPHY.lineHeight28};
Expand Down

0 comments on commit ffb1441

Please sign in to comment.