diff --git a/change/@fluentui-react-charts-83d8d52d-f838-4fc7-ba46-b81c3b4dea63.json b/change/@fluentui-react-charts-83d8d52d-f838-4fc7-ba46-b81c3b4dea63.json new file mode 100644 index 0000000000000..c138046e5ac2e --- /dev/null +++ b/change/@fluentui-react-charts-83d8d52d-f838-4fc7-ba46-b81c3b4dea63.json @@ -0,0 +1,7 @@ +{ + "type": "patch", + "comment": "fix chart title styles", + "packageName": "@fluentui/react-charts", + "email": "anushgupta@microsoft.com", + "dependentChangeType": "patch" +} diff --git a/packages/charts/react-charts/library/src/utilities/Common.styles.ts b/packages/charts/react-charts/library/src/utilities/Common.styles.ts index f3b67bb068697..c76e4c8d2775e 100644 --- a/packages/charts/react-charts/library/src/utilities/Common.styles.ts +++ b/packages/charts/react-charts/library/src/utilities/Common.styles.ts @@ -82,7 +82,7 @@ export const getMarkerLabelStyle = (): GriffelStyle => { export const getChartTitleStyles = (): GriffelStyle => { return { - ...typographyStyles.caption1, + ...typographyStyles.caption2Strong, fill: tokens.colorNeutralForeground1, forcedColorAdjust: 'auto', textAlign: 'center',