diff --git a/packages/themes/src/g10.js b/packages/themes/src/g10.js index 986d0cf456f8..217f9b6ed371 100644 --- a/packages/themes/src/g10.js +++ b/packages/themes/src/g10.js @@ -9,7 +9,6 @@ import { // Blue blue10, blue20, - blue20Hover, blue30, blue40, blue60, @@ -232,8 +231,8 @@ export const aiPopoverShadowOuter01 = rgba(blue70, 0.25); export const aiPopoverShadowOuter02 = rgba(black, 0.1); // AI skeleton -export const aiSkeletonBackground = blue20Hover; -export const aiSkeletonElementBackground = blue100; +export const aiSkeletonBackground = blue20; +export const aiSkeletonElementBackground = blue50; // AI Modal tokens export const aiOverlay = rgba(blue100, 0.5); diff --git a/packages/themes/src/g100.js b/packages/themes/src/g100.js index d2b012d574f5..ee40ad993589 100644 --- a/packages/themes/src/g100.js +++ b/packages/themes/src/g100.js @@ -10,7 +10,6 @@ import { blue40, blue60, blue70, - blue70Hover, blue80, blue100, @@ -238,8 +237,8 @@ export const aiPopoverShadowOuter01 = rgba(blue80, 0.25); export const aiPopoverShadowOuter02 = rgba(black, 0.65); // AI skeleton -export const aiSkeletonBackground = blue70Hover; -export const aiSkeletonElementBackground = blue100; +export const aiSkeletonBackground = blue30; +export const aiSkeletonElementBackground = blue80; // AI Modal tokens export const aiOverlay = rgba(blue100, 0.5); diff --git a/packages/themes/src/g90.js b/packages/themes/src/g90.js index 49efb2d12e23..45bc458c8821 100644 --- a/packages/themes/src/g90.js +++ b/packages/themes/src/g90.js @@ -10,7 +10,6 @@ import { blue40, blue60, blue70, - blue70Hover, blue80, blue100, @@ -239,8 +238,8 @@ export const aiPopoverShadowOuter01 = rgba(blue80, 0.25); export const aiPopoverShadowOuter02 = rgba(black, 0.65); // AI skeleton -export const aiSkeletonBackground = blue70Hover; -export const aiSkeletonElementBackground = blue100; +export const aiSkeletonBackground = blue30; +export const aiSkeletonElementBackground = blue80; // AI Modal tokens export const aiOverlay = rgba(blue100, 0.5); diff --git a/packages/themes/src/white.js b/packages/themes/src/white.js index 0c2da2140337..9fc62eb3df8f 100644 --- a/packages/themes/src/white.js +++ b/packages/themes/src/white.js @@ -9,7 +9,6 @@ import { // Blue blue10, blue20, - blue20Hover, blue30, blue40, blue60, @@ -232,8 +231,8 @@ export const aiPopoverShadowOuter01 = rgba(blue70, 0.25); export const aiPopoverShadowOuter02 = rgba(black, 0.1); // AI skeleton -export const aiSkeletonBackground = blue20Hover; -export const aiSkeletonElementBackground = blue100; +export const aiSkeletonBackground = blue20; +export const aiSkeletonElementBackground = blue50; // AI Modal tokens export const aiOverlay = rgba(blue100, 0.5);