Skip to content

Commit

Permalink
secondary -> success
Browse files Browse the repository at this point in the history
  • Loading branch information
thompsongl committed Nov 18, 2021
1 parent f125834 commit 2fa3a32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const filter: FormattedFilterViewInstance = {

const component: FC<any> = ({ value }) => (
<EuiText>
<EuiTextColor color="secondary">
<EuiTextColor color="success">
<h3>{value}</h3>
</EuiTextColor>
</EuiText>
Expand Down

0 comments on commit 2fa3a32

Please sign in to comment.