From f4f9dfc1473ce60b9a397708a2be737ff737fc4d Mon Sep 17 00:00:00 2001 From: Matthias Prost Date: Fri, 21 Jul 2023 14:45:58 +0200 Subject: [PATCH] fix(tokens): update tokens for product icon warning sentiment (#2752) --- .changeset/wet-shoes-sneeze.md | 6 ++++++ .../__tests__/__snapshots__/index.tsx.snap | 20 +++++++++---------- packages/themes/src/themes/console/light.ts | 4 ++-- 3 files changed, 18 insertions(+), 12 deletions(-) create mode 100644 .changeset/wet-shoes-sneeze.md diff --git a/.changeset/wet-shoes-sneeze.md b/.changeset/wet-shoes-sneeze.md new file mode 100644 index 0000000000..5086835af9 --- /dev/null +++ b/.changeset/wet-shoes-sneeze.md @@ -0,0 +1,6 @@ +--- +'@ultraviolet/themes': patch +'@ultraviolet/icons': patch +--- + +Update ProductIcon tokens color for warning sentiment diff --git a/packages/icons/src/components/ProductIcon/__tests__/__snapshots__/index.tsx.snap b/packages/icons/src/components/ProductIcon/__tests__/__snapshots__/index.tsx.snap index 8e17f5569d..ae5dde26a7 100644 --- a/packages/icons/src/components/ProductIcon/__tests__/__snapshots__/index.tsx.snap +++ b/packages/icons/src/components/ProductIcon/__tests__/__snapshots__/index.tsx.snap @@ -5722,28 +5722,28 @@ exports[`ProductIcon should work with all variants should work with primary 1`] exports[`ProductIcon should work with all variants should work with warning 1`] = ` - .cache-u6ei6h-StyledIcon { + .cache-1n19dhy-StyledIcon { width: 32px; height: 32px; } -.cache-u6ei6h-StyledIcon .fill, -.cache-u6ei6h-StyledIcon .fill>* { - fill: #ffeccc; +.cache-1n19dhy-StyledIcon .fill, +.cache-1n19dhy-StyledIcon .fill>* { + fill: #7c5400; } -.cache-u6ei6h-StyledIcon .fillStrong, -.cache-u6ei6h-StyledIcon .fillStrong>* { - fill: #ffeccc; +.cache-1n19dhy-StyledIcon .fillStrong, +.cache-1n19dhy-StyledIcon .fillStrong>* { + fill: #7c5400; } -.cache-u6ei6h-StyledIcon .fillWeak, -.cache-u6ei6h-StyledIcon .fillWeak>* { +.cache-1n19dhy-StyledIcon .fillWeak, +.cache-1n19dhy-StyledIcon .fillWeak>* { fill: #fbc600; }