Skip to content

Commit

Permalink
Update chip.stories.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
alizedebray committed Apr 8, 2024
1 parent fc13c12 commit 421e4c0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,8 @@ function getDismissibleChip(args: Args, updateArgs: (args: Args) => void) {
@click="${() => updateArgs({ dismissed: true })}"
?disabled="${args.disabled}"
>
<span class="visually-hidden">Dismiss</span>
<span class="chip-text">${args.text}</span>
<span class="visually-hidden">Dismiss</span>
</button>
`;
}
Expand Down

0 comments on commit 421e4c0

Please sign in to comment.