Skip to content

Commit

Permalink
Merge pull request #56 from kaltura/ADA-1393-Strategic-Blue-Universit…
Browse files Browse the repository at this point in the history
…y-of-Sheffield-Interactive-element-fails-contrast-when-receiving-keyboard-focus

fix(ADA-1393): Change focus background color to primary darker
  • Loading branch information
valentinStoicaK authored Aug 27, 2024
2 parents 4e00d38 + 8b32143 commit f130b2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/button/Button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
background-color: var(--playkit-primary-darker-color);
}
&:focus {
background-color: var(--playkit-primary-brighter-color);
background-color: var(--playkit-primary-darker-color);
}
}
}
Expand Down

0 comments on commit f130b2b

Please sign in to comment.