diff --git a/src/scss/bootstrap/forms/_form-check.scss b/src/scss/bootstrap/forms/_form-check.scss index bc6378d1..ac6548c5 100644 --- a/src/scss/bootstrap/forms/_form-check.scss +++ b/src/scss/bootstrap/forms/_form-check.scss @@ -25,7 +25,7 @@ background-size: contain; border: $form-check-input-border; appearance: none; - color-adjust: exact; // Keep themed appearance for print + print-color-adjust: exact; // Keep themed appearance for print @include transition($form-check-transition); &[type='checkbox'] {