From e9cfce01927a46b792334d5286b7ab19c0974741 Mon Sep 17 00:00:00 2001 From: aveline Date: Thu, 28 Sep 2023 09:49:18 -0700 Subject: [PATCH 1/2] Update token value --- polaris-tokens/src/themes/base/color.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/polaris-tokens/src/themes/base/color.ts b/polaris-tokens/src/themes/base/color.ts index fcb15edcd6c..0f18b0c23c1 100644 --- a/polaris-tokens/src/themes/base/color.ts +++ b/polaris-tokens/src/themes/base/color.ts @@ -433,7 +433,7 @@ export const color: { value: colorsExperimental.gray[4], }, 'color-bg-surface-selected': { - value: colorsExperimental.gray[3], + value: colorsExperimental.gray[6], }, 'color-bg-fill-success': { value: colorsExperimental.green[12], From 08e9ad0c48ee268a4a08bc001e1a5f757e250c8d Mon Sep 17 00:00:00 2001 From: aveline Date: Thu, 28 Sep 2023 09:49:30 -0700 Subject: [PATCH 2/2] Update `IndexTable` colors --- polaris-react/src/components/IndexTable/IndexTable.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/polaris-react/src/components/IndexTable/IndexTable.scss b/polaris-react/src/components/IndexTable/IndexTable.scss index b2029ae3913..125ae346044 100644 --- a/polaris-react/src/components/IndexTable/IndexTable.scss +++ b/polaris-react/src/components/IndexTable/IndexTable.scss @@ -262,7 +262,7 @@ $loading-panel-height: 53px; .TableHeading-second, .TableCell-first, .TableCell-first + .TableCell { - background-color: var(--p-color-bg-primary-subdued-selected); + background-color: var(--p-color-bg-surface-selected); } /* stylelint-disable-next-line selector-max-class -- generated by polaris-migrator DO NOT COPY */ @@ -359,7 +359,7 @@ $loading-panel-height: 53px; .TableCell-first, .TableCell-first + .TableCell, .TableCell:last-child { - background-color: var(--p-color-bg-primary-subdued-hover); + background-color: var(--p-color-bg-surface-hover); } /* stylelint-disable-next-line selector-max-class, selector-max-specificity -- generated by polaris-migrator DO NOT COPY */