Skip to content

Commit

Permalink
fix(pdc-frontend): correct the eherkenning background-color
Browse files Browse the repository at this point in the history
  • Loading branch information
AliKdhim87 committed Aug 28, 2023
1 parent 46877fa commit 5b1d6fd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ const LogoButton = ({ logo, appearance, href, text, label }: any) => {
appearance="primary-action-button"
href={href}
aria-label={label}
className="utrecht-button-link--magenta"
className="utrecht-button-link--eherkenning"
>
{text} <UtrechtIconArrow />
</ButtonLink>
Expand Down
12 changes: 6 additions & 6 deletions apps/pdc-frontend/src/styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -107,13 +107,13 @@ th > p {
--utrecht-paragraph-font-weight: var(--utrecht-table-header-font-weight);
}

.utrecht-button-link--magenta {
.utrecht-button-link--eherkenning {
--utrecht-button-primary-action-focus-border-color: var(--utrecht-color-grey-10);
--utrecht-button-primary-action-active-border-color: var(--utrecht-color-grey-10);
--utrecht-button-primary-action-active-color: var(--utrecht-color-white);
--utrecht-button-primary-action-background-color: var(--utrecht-color-secondary-magenta);
--utrecht-button-primary-action-active-background-color: var(--utrecht-color-secondary-magenta);
--utrecht-button-primary-action-hover-background-color: var(--utrecht-color-secondary-magenta);
--utrecht-button-primary-action-focus-background-color: var(--utrecht-color-secondary-magenta);
--utrecht-button-primary-action-pressed-background-color: var(--utrecht-color-secondary-magenta);
--utrecht-button-primary-action-background-color: #bc3983;
--utrecht-button-primary-action-active-background-color: #bc3983;
--utrecht-button-primary-action-hover-background-color: #bc3983;
--utrecht-button-primary-action-focus-background-color: #bc3983;
--utrecht-button-primary-action-pressed-background-color: #bc3983;
}

0 comments on commit 5b1d6fd

Please sign in to comment.