Skip to content

Commit

Permalink
FSR-1357: Change button color to remain blue for all events
Browse files Browse the repository at this point in the history
  • Loading branch information
Keyurx11 committed Nov 5, 2024
1 parent 4865cbd commit 96565aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/sass/objects/_buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
background-color: govuk-colour('light-grey');
}
&:focus {
color: govuk-colour('black');
color: govuk-colour('blue');
background-color: $govuk-focus-colour;
border-color: $govuk-focus-colour;
box-shadow: 0 2px 0 govuk-colour('black');
Expand Down

0 comments on commit 96565aa

Please sign in to comment.