Skip to content

Commit

Permalink
fix the mixins vars (#3424)
Browse files Browse the repository at this point in the history
Co-authored-by: metalix2 <matthewr@skyscanner.net>
  • Loading branch information
metalix2 and metalix2 committed May 6, 2024
1 parent 9d47a47 commit af2b551
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/bpk-mixins/_forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@
padding: 0;
border: 0;
background-color: transparent;
color: tokens.$bpk-text-secondary-day;
color: $bpk-text-secondary-day;
cursor: pointer;
appearance: none; // hidden by default

Expand All @@ -200,11 +200,11 @@
}

@include utils.bpk-hover {
color: tokens.$bpk-text-primary-day;
color: $bpk-text-primary-day;
}

&:active {
color: tokens.$bpk-text-primary-day;
color: $bpk-text-primary-day;
}

&--large {
Expand Down

0 comments on commit af2b551

Please sign in to comment.