fix(composed-modal): add aria-label prop, update header semantic tags

This commit is contained in:
Eric Liu 2021-02-03 16:27:03 -08:00
commit baea933854
3 changed files with 16 additions and 6 deletions

View file

@ -11,7 +11,7 @@
</script>
<ComposedModal open>
<ModalHeader title="Confirm changes" />
<ModalHeader label="Changes" title="Confirm changes" />
<ModalBody hasForm>
<Checkbox labelText="I have reviewed the changes" bind:checked />
</ModalBody>