Skip to content

Commit

Permalink
chore(popover): remove undefined is-inverse css class from readme (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinbuhmann authored Jun 28, 2024
1 parent b4f2a30 commit 1310e28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/angular/src/utils/popover/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ This is what it looks like from the implementing component perspective:
<header class="header-4" role="heading">
Header
<button role="button" class="btn btn-link" clrPopoverCloseButton>
<cds-icon shape="window-close" size="36" class="is-inverse"></cds-icon>
<cds-icon shape="window-close" size="36"></cds-icon>
</button>
</header>
<section role="region">
Expand Down

0 comments on commit 1310e28

Please # to comment.