Skip to content

Commit

Permalink
fix: add background color for formation-lvl2 (#1724)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaGOs92 authored Apr 12, 2024
1 parent 3aafb34 commit 606f3a8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions components/evenement/event-modal.js
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,10 @@ function EventModal({event, isPassed, onClose}) {
background: ${theme.colors.darkGreen};
}
.formation-lvl2-backg {
background: ${theme.colors.green};
}
.partenaire-backg {
background: ${theme.colors.blue};
}
Expand Down

0 comments on commit 606f3a8

Please sign in to comment.