From 4a8137a204c34ceceb36ef552287618820e06429 Mon Sep 17 00:00:00 2001 From: Kevin Coughlin Date: Mon, 5 Mar 2018 23:07:40 -0800 Subject: [PATCH 1/2] Add missing quaternary and alt colors on doc page --- apps/fabric-website/src/data/colors-neutral.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/apps/fabric-website/src/data/colors-neutral.json b/apps/fabric-website/src/data/colors-neutral.json index 62922afea26bc..c925c89ba7d0f 100644 --- a/apps/fabric-website/src/data/colors-neutral.json +++ b/apps/fabric-website/src/data/colors-neutral.json @@ -34,6 +34,16 @@ "value": "#c8c8c8", "labelColorClass": "ms-fontColor-black" }, + { + "name": "neutralQuaternary", + "value": "#d0d0d0", + "labelColorClass": "ms-fontColor-black" + }, + { + "name": "neutralQuaternaryAlt", + "value": "#dadada", + "labelColorClass": "ms-fontColor-black" + }, { "name": "neutralLight", "value": "#eaeaea", From aeae3b21e4eb754dc679cc7307771514889adae8 Mon Sep 17 00:00:00 2001 From: Kevin Coughlin Date: Mon, 5 Mar 2018 23:17:37 -0800 Subject: [PATCH 2/2] + change file --- ...ng-quaternary-colors-in-docs_2018-03-06-07-16.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 common/changes/@uifabric/fabric-website/kevin-missing-quaternary-colors-in-docs_2018-03-06-07-16.json diff --git a/common/changes/@uifabric/fabric-website/kevin-missing-quaternary-colors-in-docs_2018-03-06-07-16.json b/common/changes/@uifabric/fabric-website/kevin-missing-quaternary-colors-in-docs_2018-03-06-07-16.json new file mode 100644 index 0000000000000..d47bc9e64594a --- /dev/null +++ b/common/changes/@uifabric/fabric-website/kevin-missing-quaternary-colors-in-docs_2018-03-06-07-16.json @@ -0,0 +1,11 @@ +{ + "changes": [ + { + "packageName": "@uifabric/fabric-website", + "comment": "Adds missing neutralQuaternary and neutralQuaternaryAlt to document colors page", + "type": "patch" + } + ], + "packageName": "@uifabric/fabric-website", + "email": "keco@microsoft.com" +} \ No newline at end of file