fix(file-uploaded): use semantic p element instead of strong

This commit is contained in:
Eric Y Liu 2021-05-02 15:14:19 -07:00
commit a79ef4b98f

View file

@ -84,7 +84,7 @@
on:mouseenter
on:mouseleave
>
<strong class:bx--file--label="{true}">{labelTitle}</strong>
<p class:bx--file--label="{true}">{labelTitle}</p>
<p class:bx--label-description="{true}">{labelDescription}</p>
<FileUploaderButton
disableLabelChanges