Skip to content

Commit

Permalink
fix(tokens): use correct rgb value for pix-transparent button
Browse files Browse the repository at this point in the history
  • Loading branch information
xav-car authored May 6, 2024
1 parent 4ebdbb6 commit 8e50c56
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions addon/styles/_pix-button-base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
align-items: center;
justify-content: center;
color: var(--pix-neutral-0);
font-weight: var(--pix-font-medium);
font-weight: var(--pix-font-bold);
font-size: 0.875rem;
white-space: nowrap;
text-decoration: none;
Expand Down Expand Up @@ -165,15 +165,12 @@
&--transparent-light {
color: var(--pix-primary-700);
background-color: transparent;

&.pix-button--border {
border: 2px solid var(--pix-primary-700);
}
border: 2px solid var(--pix-primary-700);

&:not([aria-disabled="true"]) {
&:hover {
color: var(--pix-neutral-0);
background-color: var(--pix-primary-500);
color: var(--pix-neutral-700);
background-color: var(--pix-primary-100);
}

&:focus,
Expand Down

0 comments on commit 8e50c56

Please sign in to comment.