Skip to content

Commit

Permalink
fix(v9 theme): updated interactive values (#4978)
Browse files Browse the repository at this point in the history
`interactive-02` didn't have enough contrast with `Blue51` for button
pairings. `interactive-03` needed to be Blue instead of `Gray`.
  • Loading branch information
aagonzales authored and joshblack committed Jan 13, 2020
1 parent 0b685cf commit e09cd28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/themes/src/v9.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
import { white, red60 } from '@carbon/colors';

export const interactive01 = '#3d70b2';
export const interactive02 = '#5a6872';
export const interactive03 = '#5a6872';
export const interactive02 = '#4d5358';
export const interactive03 = '#3d70b2';
export const interactive04 = '#3d70b2';
export const uiBackground = '#f4f7fb';

Expand Down

0 comments on commit e09cd28

Please sign in to comment.