diff --git a/CHANGELOG.md b/CHANGELOG.md index 8fa4fa0e41e..259ae4d28dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ - Moved all `EuiHeader` SASS variables to `global_styles` ([#3592](https://github.com/elastic/eui/pull/3592)) - Added `side` prop to `EuiGlobalToastList` for choosing which window side to display toasts ([#3600](https://github.com/elastic/eui/pull/3600)) - Default `titleSize` get's implicitly set to 'm' for `EuiEmptyPrompt` ([#3598](https://github.com/elastic/eui/pull/3598)) +- Updated `logoElastic` to meet brand guidelines ([#3613](https://github.com/elastic/eui/pull/3613)) **Bug fixes** diff --git a/src/components/icon/__snapshots__/icon.test.tsx.snap b/src/components/icon/__snapshots__/icon.test.tsx.snap index d0b90a80e0e..4cfd06a76a9 100644 --- a/src/components/icon/__snapshots__/icon.test.tsx.snap +++ b/src/components/icon/__snapshots__/icon.test.tsx.snap @@ -3947,6 +3947,7 @@ exports[`EuiIcon props type logoElastic is rendered 1`] = ` `; diff --git a/src/components/icon/assets/logo_elastic.js b/src/components/icon/assets/logo_elastic.js index eedd54da93a..611e532c2fa 100644 --- a/src/components/icon/assets/logo_elastic.js +++ b/src/components/icon/assets/logo_elastic.js @@ -4,37 +4,40 @@ const EuiIconLogoElastic = ({ title, titleId, ...props }) => ( {title ? {title} : null} - - - - - - - - + + + + + + + ); diff --git a/src/components/icon/assets/logo_elastic.svg b/src/components/icon/assets/logo_elastic.svg index d28a40bf30c..943fac6ae09 100644 --- a/src/components/icon/assets/logo_elastic.svg +++ b/src/components/icon/assets/logo_elastic.svg @@ -1,10 +1,9 @@ - - - - - - - - - - + + + + + + + + + \ No newline at end of file