diff --git a/common/changes/office-ui-fabric-react/fix-documentcard-theming_2018-03-01-22-47.json b/common/changes/office-ui-fabric-react/fix-documentcard-theming_2018-03-01-22-47.json new file mode 100644 index 0000000000000..674af69334532 --- /dev/null +++ b/common/changes/office-ui-fabric-react/fix-documentcard-theming_2018-03-01-22-47.json @@ -0,0 +1,11 @@ +{ + "changes": [ + { + "packageName": "office-ui-fabric-react", + "comment": "DocumentCard: Change it to use set theme", + "type": "patch" + } + ], + "packageName": "office-ui-fabric-react", + "email": "joschect@microsoft.com" +} \ No newline at end of file diff --git a/packages/office-ui-fabric-react/src/components/DocumentCard/DocumentCard.scss b/packages/office-ui-fabric-react/src/components/DocumentCard/DocumentCard.scss index ed04bdd8bdb51..f04b8bc98f117 100644 --- a/packages/office-ui-fabric-react/src/components/DocumentCard/DocumentCard.scss +++ b/packages/office-ui-fabric-react/src/components/DocumentCard/DocumentCard.scss @@ -103,7 +103,7 @@ $ms-DocumentCardActions-verticalPadding: 4px; :global(.ms-Button:hover) { :global(.ms-Button-icon) { - color: #1174c3; + color: $buttonTextColor; cursor: pointer; } } @@ -162,7 +162,7 @@ $ms-DocumentCardActivity-personaTextGutter: 8px; top: -1px; right: -1px; bottom: -1px; - border: 2px solid #fafafa; // Match the background of the card + border: 2px solid $ms-color-white; // Match the background of the card border-radius: 50%; } }