Skip to content

Commit

Permalink
Updated callout example
Browse files Browse the repository at this point in the history
I updated the callout example to use a primary
button rather than a secondary button, to
provide better contrast.

I don't think this is a pattern we want to
inadvertantly encourage via our docs.
  • Loading branch information
JasonStoltz committed Aug 23, 2024
1 parent b69409b commit b7dd43e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eui/src-docs/src/views/call_out/warning.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default () => (
Here be dragons. Don’t wanna mess with no dragons. And{' '}
<EuiLink href="#">here&rsquo;s a link</EuiLink>.
</p>
<EuiButton href="#" color="warning">
<EuiButton href="#" color="warning" fill>
Link button
</EuiButton>
</EuiCallOut>
Expand Down

0 comments on commit b7dd43e

Please sign in to comment.