diff --git a/change/@fluentui-web-components-2020-12-02-10-03-53-users-khamu-switch-label-indicator-hc.json b/change/@fluentui-web-components-2020-12-02-10-03-53-users-khamu-switch-label-indicator-hc.json new file mode 100644 index 0000000000000..82e80d2d4c62e --- /dev/null +++ b/change/@fluentui-web-components-2020-12-02-10-03-53-users-khamu-switch-label-indicator-hc.json @@ -0,0 +1,8 @@ +{ + "type": "patch", + "comment": "set FieldText color on label and status-message", + "packageName": "@fluentui/web-components", + "email": "khamu@microsoft.com", + "dependentChangeType": "patch", + "date": "2020-12-02T18:03:53.521Z" +} diff --git a/packages/web-components/src/switch/switch.styles.ts b/packages/web-components/src/switch/switch.styles.ts index a0636a03a6b79..e3ca751291a24 100644 --- a/packages/web-components/src/switch/switch.styles.ts +++ b/packages/web-components/src/switch/switch.styles.ts @@ -206,6 +206,10 @@ export const SwitchStyles = css` background: ${SystemColors.Field}; border-color: ${SystemColors.GrayText}; } + .status-message, + .label { + color: ${SystemColors.FieldText}; + } `, ), );