Color Auto button inside Chart style should read "Color: Auto" (#32633) (#33229)

This commit is contained in:
Philipp B 2019-03-14 13:51:48 +03:00 committed by GitHub
parent e196cb126e
commit ba55349d27
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,7 +36,7 @@ export const SimpleTemplate = props => {
<span>Color&nbsp;</span>
</EuiFlexItem>
<EuiFlexItem grow={false}>
<EuiLink onClick={() => handlePlain('color', '#000000')}>
<EuiLink aria-label="Color: Auto" onClick={() => handlePlain('color', '#000000')}>
Auto <EuiIcon type="bolt" />
</EuiLink>
</EuiFlexItem>