Skip to content

Commit

Permalink
changed grey color name
Browse files Browse the repository at this point in the history
  • Loading branch information
SriHV committed Jan 6, 2025
1 parent fa3e2b8 commit 4449d1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/hero/_hero.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
}

&--grey {
background-color: var(--ons-color-pale-grey);
background-color: var(--ons-color-grey-10);
&::before {
content: '';
background-color: var(--ons-color-banner-bg);
Expand Down
2 changes: 1 addition & 1 deletion src/scss/vars/_colors.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
--ons-color-grey-35: #bcbcbd;
--ons-color-grey-25: #d5d5d6;
--ons-color-grey-15: #e2e2e3;
--ons-color-grey-10: #efeff0;
--ons-color-grey-5: #f5f5f6;
--ons-color-white: #fff;
--ons-color-pale-grey: #efeff0;

// Primary brand palette
--ons-color-night-blue: #003c57; // ONS logo primary
Expand Down

0 comments on commit 4449d1b

Please sign in to comment.