mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Color Auto button inside Chart style should read "Color: Auto" (#32633)
This commit is contained in:
parent
3e5c34d7b4
commit
1810c68625
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ export const SimpleTemplate = props => {
|
|||
<span>Color </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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue