Skip to content

Commit

Permalink
correct the primary colour for exams
Browse files Browse the repository at this point in the history
  • Loading branch information
mbozwood committed Mar 24, 2022
1 parent 2054f68 commit 709855b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/helpers.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ function adjust_brightness($hex_code, $time): string
function colour_from_progress($now, $start, $end, $type): string
{
$booking = '#3C34FF';
$exam = '#3C34FF';
$exam = '#2ECB11';
$training = '#ED2DC6';
$event = '#EFB515';

Expand Down

0 comments on commit 709855b

Please sign in to comment.