Skip to content

Commit

Permalink
style: update color of h2 entry number to muted foreground on advise …
Browse files Browse the repository at this point in the history
…of designer
  • Loading branch information
Danielle254 committed Oct 21, 2024
1 parent 89459e3 commit c646f00
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/(main)/league/[leagueId]/entry/[entryId]/week/Week.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,8 @@ const Week = ({ entry, league, NFLTeams, week }: IWeekProps): JSX.Element => {
</Heading>
<Heading
as='h2'
className='pb-8'
className='pb-8 text-muted-foreground'
data-testid='entry-name'
>{`Entry ${entryName}`}
</Heading>
{pickHistory.length > 0 && (
Expand Down

0 comments on commit c646f00

Please sign in to comment.