Skip to content

Commit

Permalink
fix(themes): correct color for highlight token in g10 theme (#7035)
Browse files Browse the repository at this point in the history
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
janhassel and kodiakhq[bot] authored Oct 14, 2020
1 parent 39156e0 commit a7dfc11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/themes/src/g10.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { adjustLightness } from './tools';

import {
// Blue
blue20,
blue10,
blue40,
blue60,
blue70,
Expand Down Expand Up @@ -124,7 +124,7 @@ export const disabled01 = white;
export const disabled02 = gray30;
export const disabled03 = gray50;

export const highlight = blue20;
export const highlight = blue10;

export const decorative01 = gray20;

Expand Down

0 comments on commit a7dfc11

Please sign in to comment.