mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 11:36:36 +00:00
fix(file-uploaded): use semantic p element instead of strong
This commit is contained in:
parent
4aa11a1e98
commit
a79ef4b98f
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@
|
||||||
on:mouseenter
|
on:mouseenter
|
||||||
on:mouseleave
|
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>
|
<p class:bx--label-description="{true}">{labelDescription}</p>
|
||||||
<FileUploaderButton
|
<FileUploaderButton
|
||||||
disableLabelChanges
|
disableLabelChanges
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue