Skip to content

Commit

Permalink
Merge pull request #579 from UKHomeOffice/update-colour
Browse files Browse the repository at this point in the history
Update description of background colour
  • Loading branch information
daniel-ac-martin authored Jun 5, 2024
2 parents 8cbc5fb + 28d68bf commit f5ec64b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/docs/src/common/pages/styles/colour.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ const Page: FC<PageProps> = ({ location }) => (

<h3 className="govuk-heading-m" style={{marginTop: "1.5em", marginBottom: "0.5em"}}>Page background</h3>
<div className="colour-swatch">
<span className="app-swatch" style={{backgroundColor: "#f1f1f1", border: "1px solid #CBCBCB"}}></span>
<span className="app-swatch" style={{backgroundColor: "#f5f5f5", border: "1px solid #CBCBCB"}}></span>
<div className="hex">
#f1f1f1
#f5f5f5
</div>
<div className="colour-info">
<p>
Expand Down

1 comment on commit f5ec64b

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉 Published on https://hods.netlify.app as production
🚀 Deployed on https://6660ae37ef06150ae057ee89--hods.netlify.app

Please sign in to comment.