Skip to content

Commit

Permalink
fix: use correct colour for lesson icons
Browse files Browse the repository at this point in the history
  • Loading branch information
CraigMcCahill committed Dec 15, 2022
1 parent 67bfe2c commit 95810f8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ const LessonListItem: FC<LessonListItemProps> = (props) => {
$alignItems={"center"}
$minHeight={72}
$minWidth={72}
$background={"teachersLilac"}
$background={"pupilsPink"}
$position={"relative"}
$ml={"auto"}
>
Expand Down Expand Up @@ -125,7 +125,7 @@ const LessonListItem: FC<LessonListItemProps> = (props) => {
$alignItems={"center"}
$minHeight={110}
$minWidth={130}
$background={"teachersLilac"}
$background={"pupilsPink"}
$position={"relative"}
$dropShadow={isHovered ? "subjectCardHover" : "subjectCard"}
$transform={isHovered ? "translateY(-4px)" : null}
Expand Down

0 comments on commit 95810f8

Please sign in to comment.