Skip to content

Commit

Permalink
fix: change label HTML tag in cv-file-uploader component (#1145)
Browse files Browse the repository at this point in the history
change label tag from strong to p for semantic reasons

Co-authored-by: Caio Armestrong Fernandes Costa Jardim <caio.a@ibm.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Apr 5, 2021
1 parent 7644f39 commit 5c8da0a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<cv-form-item class="cv-file-uploader">
<strong :class="`${carbonPrefix}--file--label`">{{ label }}</strong>
<p :class="`${carbonPrefix}--file--label`">{{ label }}</p>
<p :class="`${carbonPrefix}--label-description`">{{ helperText }}</p>
<div :class="`${carbonPrefix}--file`" data-file>
<label
Expand Down

0 comments on commit 5c8da0a

Please sign in to comment.