Skip to content

Commit

Permalink
Updated callout example (elastic#7986)
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonStoltz authored Aug 27, 2024
1 parent 3821522 commit c6fe246
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 c6fe246

Please sign in to comment.