Skip to content

Commit

Permalink
Fixed highlight token color (#17430)
Browse files Browse the repository at this point in the history
* chore(release): v11.66.0 (#17413)

Co-authored-by: tay1orjones <[email protected]>
Co-authored-by: Taylor Jones <[email protected]>

* fix: fixed highlight token color

---------

Co-authored-by: carbon-automation[bot] <103539138+carbon-automation[bot]@users.noreply.github.com>
Co-authored-by: tay1orjones <[email protected]>
Co-authored-by: Taylor Jones <[email protected]>
  • Loading branch information
4 people committed Sep 13, 2024
1 parent b233942 commit 98ca47c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/themes/src/g100.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import {
blue40,
blue60,
blue70,
blue80,
blue90,

// Gray
gray10,
Expand Down Expand Up @@ -204,7 +204,7 @@ export const skeletonElement = gray80;

// Misc
export const interactive = blue50;
export const highlight = blue80;
export const highlight = blue90;
export const overlay = rgba(black, 0.65);
export const toggleOff = gray60;
export const shadow = rgba(black, 0.8);
Expand Down
3 changes: 2 additions & 1 deletion packages/themes/src/g90.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import {
blue40,
blue60,
blue70,
blue80,

// Gray
gray10,
Expand Down Expand Up @@ -204,7 +205,7 @@ export const skeletonElement = gray70;

// Misc
export const interactive = blue50;
export const highlight = blue70;
export const highlight = blue80;
export const overlay = rgba(black, 0.65);
export const toggleOff = gray50;
export const shadow = rgba(black, 0.8);
Expand Down

0 comments on commit 98ca47c

Please sign in to comment.