Skip to content

Commit

Permalink
[NOREF] Font tweak CalendarDate Link (#1282)
Browse files Browse the repository at this point in the history
Font tweak fix
  • Loading branch information
patrickseguraoddball authored Aug 6, 2024
1 parent 4acbe5b commit d4227dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/CalendarDate/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,17 @@ const CalendarDate = ({
data-testid="collection-calendar-date"
>
<time dateTime={dateISO || undefined}>
<span className="usa-collection__calendar-date-month padding-05">
<span className="usa-collection__calendar-date-month padding-05 font-body-2xs">
{DateTime.fromISO(dateISO || '').toFormat('MMM')}
</span>
<span className="usa-collection__calendar-date-day padding-05">
<span className="usa-collection__calendar-date-day padding-05 font-body-2xs">
{DateTime.fromISO(dateISO || '').toFormat('dd')}
</span>
</time>
</div>
<UswdsReactLink to={link}>
<span>
<h4 className="usa-collection__heading display-inline margin-right-1">
<h4 className="usa-collection__heading display-inline margin-right-1 font-body-md">
{linkText}
</h4>
<Icon.ArrowForward className="top-3px" />
Expand Down

0 comments on commit d4227dd

Please sign in to comment.