Skip to content

Commit

Permalink
ADA-1393 - Change focus background color to primary darker
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinStoicaK committed Aug 5, 2024
1 parent 68164f0 commit 8b32143
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 8b32143

Please sign in to comment.