Skip to content

Commit 2b51407

Browse files
committed
changed back tabindex to 0 in DialogPrimitiveBody
1 parent 9e75b54 commit 2b51407

File tree

1 file changed

+1
-1
lines changed
  • packages/components/src/components/hds/dialog-primitive

1 file changed

+1
-1
lines changed

packages/components/src/components/hds/dialog-primitive/body.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
Copyright (c) HashiCorp, Inc.
33
SPDX-License-Identifier: MPL-2.0
44
}}
5-
<div class="hds-dialog-primitive__body {{@contextualClass}}" tabindex="-1" ...attributes>
5+
<div class="hds-dialog-primitive__body {{@contextualClass}}" tabindex="0" ...attributes>
66
{{yield}}
77
</div>

0 commit comments

Comments
 (0)