1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 08:13:42 +00:00

[CL-768] Fix small a11y errors in storybook stories (#15826)

This commit is contained in:
Vicki League
2025-07-29 14:29:37 -04:00
committed by GitHub
parent 9c1bc57418
commit 6a2d8ee294
8 changed files with 73 additions and 34 deletions

View File

@@ -75,7 +75,7 @@ export const LabelWrap: Story = {
render: (args) => ({
props: args,
template: /* HTML */ `
<code>fullWidth=false</code>
<code class="tw-text-danger-700">fullWidth=false</code>
<bit-toggle-group
[(selected)]="selected"
aria-label="People list filter"
@@ -92,7 +92,7 @@ export const LabelWrap: Story = {
<bit-toggle value="deactivated">Deactivatedinvitationswraplabel</bit-toggle>
</bit-toggle-group>
<br />
<code>fullWidth=true</code>
<code class="tw-text-danger-700">fullWidth=true</code>
<bit-toggle-group
[(selected)]="selected"
aria-label="People list filter"