Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Security Solution] [EUI Visual Refresh] update deprecated usage of "success" color #205679

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ const EditableTitleComponent: React.FC<Props> = ({
<EuiFlexGroup gutterSize="none" responsive={false} wrap={true}>
<EuiFlexItem grow={false}>
<EuiButton
color="success"
color="accentSecondary"
mgadewoll marked this conversation as resolved.
Show resolved Hide resolved
data-test-subj="editable-title-submit-btn"
fill
iconType="save"
Expand Down