Skip to content

Commit 1e41f3e

Browse files
feat(overlay-token): updated colour values (#20883)
Co-authored-by: Heloise Lui <71858203+heloiselui@users.noreply.github.com>
1 parent 06f8c47 commit 1e41f3e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

packages/themes/src/g10.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ export const skeletonElement = gray30;
205205
// Misc
206206
export const interactive = blue60;
207207
export const highlight = blue20;
208-
export const overlay = 'rgba(22, 22, 22, 0.5)';
208+
export const overlay = rgba(black, 0.6);
209209
export const toggleOff = gray50;
210210
export const shadow = 'rgba(0, 0, 0, 0.3)';
211211

packages/themes/src/g100.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ export const skeletonElement = gray80;
208208
// Misc
209209
export const interactive = blue50;
210210
export const highlight = blue90;
211-
export const overlay = rgba(black, 0.65);
211+
export const overlay = rgba(black, 0.6);
212212
export const toggleOff = gray60;
213213
export const shadow = rgba(black, 0.8);
214214

packages/themes/src/g90.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ export const skeletonElement = gray70;
209209
// Misc
210210
export const interactive = blue50;
211211
export const highlight = blue80;
212-
export const overlay = rgba(black, 0.65);
212+
export const overlay = rgba(black, 0.6);
213213
export const toggleOff = gray50;
214214
export const shadow = rgba(black, 0.8);
215215

packages/themes/src/white.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ export const skeletonElement = gray30;
205205
// Misc
206206
export const interactive = blue60;
207207
export const highlight = blue20;
208-
export const overlay = 'rgba(22, 22, 22, 0.5)';
208+
export const overlay = rgba(black, 0.6);
209209
export const toggleOff = gray50;
210210
export const shadow = 'rgba(0, 0, 0, 0.3)';
211211

0 commit comments

Comments
 (0)