Skip to content

Commit

Permalink
🐛 fix(checkbox): met a jour le token de la coche [DS-3472] (#762)
Browse files Browse the repository at this point in the history
- passe la couleur de la coche en $text-inverted-blue-france
  • Loading branch information
zellerbaptiste committed Nov 7, 2023
1 parent 9468d22 commit dd8c1b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/component/checkbox/style/_scheme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
+ label {
@include before {
@include color.background(active blue-france);
@include color.data-uri-svg(inverted grey, (), $checkbox-svg, false);
@include color.data-uri-svg(text inverted blue-france, (), $checkbox-svg, false);
}
}
}
Expand Down

0 comments on commit dd8c1b8

Please sign in to comment.