Skip to content

Commit

Permalink
fix the labs header text colour (#12940)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakeii authored Dec 3, 2024
1 parent a0c09e1 commit e1b58b3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dotcom-rendering/src/components/LabsHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ const FlexWrapper = ({ children }: { children: React.ReactNode }) => (
height: ${LABS_HEADER_HEIGHT}px;
display: flex;
justify-content: space-between;
color: ${palette.neutral[7]};
`}
>
{children}
Expand Down

0 comments on commit e1b58b3

Please sign in to comment.