diff --git a/change/@fluentui-azure-themes-cfae358f-02a7-46ba-8e4d-ee45180e9eb8.json b/change/@fluentui-azure-themes-cfae358f-02a7-46ba-8e4d-ee45180e9eb8.json new file mode 100644 index 00000000000000..a5bac08b613cbe --- /dev/null +++ b/change/@fluentui-azure-themes-cfae358f-02a7-46ba-8e4d-ee45180e9eb8.json @@ -0,0 +1,7 @@ +{ + "type": "patch", + "comment": "Updated focus state border for detailslist", + "packageName": "@fluentui/azure-themes", + "email": "30805892+Jacqueline-ms@users.noreply.github.com", + "dependentChangeType": "patch" +} diff --git a/packages/azure-themes/src/azure/AzureColors.ts b/packages/azure-themes/src/azure/AzureColors.ts index e4b54e9a9cb1a4..20c13a862dde3c 100644 --- a/packages/azure-themes/src/azure/AzureColors.ts +++ b/packages/azure-themes/src/azure/AzureColors.ts @@ -904,7 +904,7 @@ export const LightSemanticColors: IAzureSemanticColors = { background: BaseColors.WHITE, disabled: BaseColors.GRAY_F3F2F1, hover: BaseColors.GRAY_605E5C, - accent: BaseColors.BLUE_0078D4, + accent: BaseColors.GRAY_605E5C, focus: BaseColors.BLUE_0078D4, error: BaseColors.RED_A4262C, dirty: BaseColors.PURPLE_8A2DA5, diff --git a/packages/azure-themes/src/azure/styles/DetailsList.styles.ts b/packages/azure-themes/src/azure/styles/DetailsList.styles.ts index 1823112093599a..ca61f5d7dd3750 100644 --- a/packages/azure-themes/src/azure/styles/DetailsList.styles.ts +++ b/packages/azure-themes/src/azure/styles/DetailsList.styles.ts @@ -17,7 +17,6 @@ export const CheckStyles = (props: ICheckStyleProps): Partial => { circle: [ { fontSize: 0, - paddingTop: 1, paddingLeft: 1, borderRadius: StyleConstants.borderRadius, color: semanticColors.listBackground, @@ -134,9 +133,6 @@ export const DetailsRowStyles = (props: IDetailsRowStyleProps): Partial