From 3b8aa05b4813629f78e5e27046971447fc6b8b03 Mon Sep 17 00:00:00 2001 From: Jacqueline Gaherity <30805892+Jacqueline-ms@users.noreply.github.com> Date: Wed, 23 Aug 2023 09:40:55 -0700 Subject: [PATCH 1/2] Cherry picked from #28781 --- packages/azure-themes/src/azure/AzureColors.ts | 2 +- packages/azure-themes/src/azure/styles/DetailsList.styles.ts | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/packages/azure-themes/src/azure/AzureColors.ts b/packages/azure-themes/src/azure/AzureColors.ts index e4b54e9a9cb1a..20c13a862dde3 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 1823112093599..ca61f5d7dd375 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 Date: Wed, 23 Aug 2023 10:04:30 -0700 Subject: [PATCH 2/2] Create @fluentui-azure-themes-cfae358f-02a7-46ba-8e4d-ee45180e9eb8.json --- ...-azure-themes-cfae358f-02a7-46ba-8e4d-ee45180e9eb8.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 change/@fluentui-azure-themes-cfae358f-02a7-46ba-8e4d-ee45180e9eb8.json 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 0000000000000..a5bac08b613cb --- /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" +}