Are you willing to submit a PR to fix? Yes
Requested priority: Normal
Products/sites affected: tasks.office.com
Our designers have decided to customize Fabric's colors quite extensively. For example
$ms-color-themePrimary: #35749B !default;
$ms-color-themeSecondary: #408AB7 !default;
This override of colors only works if developers use the
@include ms-*Color-themePrimary; such as @include ms-bgColor-themePrimary;
Sadly in the code there are lots of references to
background-color: $ms-color-themePrimary;
These don't get overridden so now we have multiple colors going on in our system.
More colors than are expected
Our specified colors to be used everywhere
We're actively working on theming support. You can find the documentation for the current system here: http://dev.office.com/fabric#/components/themes
@rickyp-ms Are you still experiencing issues with colors? Theme support has improved since issue was opened
Closing because no response. Please reopen if any issues remain.