Skip to content

Commit

Permalink
fix(AISkeleton): update token values (#15840)
Browse files Browse the repository at this point in the history
* fix(AISkeleton): update token values

* fix(AISkeleton): update token values

* fix(AISkeleton): update dark theme tokens
  • Loading branch information
tw15egan committed Mar 7, 2024
1 parent 0474bce commit 5f122a7
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 12 deletions.
5 changes: 2 additions & 3 deletions packages/themes/src/g10.js
Expand Up @@ -9,7 +9,6 @@ import {
// Blue
blue10,
blue20,
blue20Hover,
blue30,
blue40,
blue60,
Expand Down Expand Up @@ -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);
Expand Down
5 changes: 2 additions & 3 deletions packages/themes/src/g100.js
Expand Up @@ -10,7 +10,6 @@ import {
blue40,
blue60,
blue70,
blue70Hover,
blue80,
blue100,

Expand Down Expand Up @@ -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);
Expand Down
5 changes: 2 additions & 3 deletions packages/themes/src/g90.js
Expand Up @@ -10,7 +10,6 @@ import {
blue40,
blue60,
blue70,
blue70Hover,
blue80,
blue100,

Expand Down Expand Up @@ -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);
Expand Down
5 changes: 2 additions & 3 deletions packages/themes/src/white.js
Expand Up @@ -9,7 +9,6 @@ import {
// Blue
blue10,
blue20,
blue20Hover,
blue30,
blue40,
blue60,
Expand Down Expand Up @@ -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);
Expand Down

0 comments on commit 5f122a7

Please sign in to comment.