Skip to content

Commit

Permalink
Merge pull request #17 from ryankeairns/dark-fixes
Browse files Browse the repository at this point in the history
Fix EuiStat subdued color
  • Loading branch information
cchaos authored Mar 8, 2019
2 parents 9071117 + 9021570 commit c7ee56d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/stat/stat.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { EuiTitle, TITLE_SIZES } from '../title/title';

const colorToClassNameMap = {
default: null,
subdued: 'euiStat__title--dark',
subdued: 'euiStat__title--subdued',
primary: 'euiStat__title--primary',
secondary: 'euiStat__title--secondary',
danger: 'euiStat__title--danger',
Expand Down

0 comments on commit c7ee56d

Please sign in to comment.