Skip to content

Commit

Permalink
Theming: add SASS var for accent slot (microsoft#7202)
Browse files Browse the repository at this point in the history
* add sass var for accent

* changefile
  • Loading branch information
phkuo authored and aneeshack4 committed Nov 26, 2018
1 parent 6a928c9 commit a7b7bae
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"packageName": "office-ui-fabric-react",
"comment": "add SASS var for accent theme slot",
"type": "minor"
}
],
"packageName": "office-ui-fabric-react",
"email": "phkuo@microsoft.com"
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ $ms-color-themeTertiary: "[theme:themeTertiary, default: #71afe5]";
$ms-color-themeLight: "[theme:themeLight, default: #c7e0f4]";
$ms-color-themeLighter: "[theme:themeLighter, default: #deecf9]";
$ms-color-themeLighterAlt: "[theme:themeLighterAlt, default: #eff6fc]";
$ms-color-themeAccent: "[theme:accent, default:#0078d4]";

$ms-color-black: "[theme:black, default: #000000]";
$ms-color-neutralDark: "[theme:neutralDark, default: #212121]";
Expand Down

0 comments on commit a7b7bae

Please sign in to comment.