Skip to content

Commit

Permalink
fix(g80): change backgroundSelectedHover token value
Browse files Browse the repository at this point in the history
  • Loading branch information
tw15egan committed Apr 26, 2021
1 parent 9226112 commit 0d7207b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions packages/react/.storybook/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ $css--font-face: true;
$css--reset: true;
$prefix: 'bx';

$feature-flags: (
enable-2021-release: true,
);

// IMPORTANT: This import path should _not_ be used outside our source tree
// as `src` directory is _not_ meant to be shipped in our NPM package.
// Use e.g. `@import '~carbon-components/scss/globals/scss/styles.scss'` instead.
Expand Down
2 changes: 1 addition & 1 deletion packages/themes/src/g80.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ export const buttonSecondaryHover = adjustLightness(buttonSecondary, -7);
export const buttonTertiaryHover = white;

export const backgroundSelected = gray70;
export const backgroundSelectedHover = adjustLightness(layerSelected, -7);
export const backgroundSelectedHover = adjustLightness(backgroundSelected, +7);
export const layerSelected = gray60;
export const layerSelectedHover = adjustLightness(layerSelected, -6);
export const layerSelectedInverse = gray10;
Expand Down

0 comments on commit 0d7207b

Please sign in to comment.