diff --git a/src/dev-app/theme-m3.scss b/src/dev-app/theme-m3.scss index 5c38ea5bb0b5..7beab1a85606 100644 --- a/src/dev-app/theme-m3.scss +++ b/src/dev-app/theme-m3.scss @@ -35,10 +35,6 @@ html { color-scheme: light; body:not(.demo-experimental-theme) { @include mat.all-component-themes($light-theme); - @include mat.checkbox-overrides(( - disabled-label-color: orange, - label-text-color: red, - )); @include mat.system-level-colors($light-theme); @include mat.system-level-typography($light-theme); // TODO(mmalerba): Support M3 for experimental components.