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

This commit is contained in:
Philipp B 2019-03-12 19:53:51 +03:00 committed by GitHub
parent 3e5c34d7b4
commit 1810c68625
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>