fix(progress-step): add title to warning icon

This commit is contained in:
Eric Liu 2021-02-17 10:46:24 -08:00
commit 68c46e1ca7

View file

@ -80,7 +80,7 @@
}}" }}"
> >
{#if invalid} {#if invalid}
<Warning16 class="bx--progress__warning" /> <Warning16 class="bx--progress__warning" title="{description}" />
{:else if current} {:else if current}
<svg> <svg>
<path d="M 7, 7 m -7, 0 a 7,7 0 1,0 14,0 a 7,7 0 1,0 -14,0"></path> <path d="M 7, 7 m -7, 0 a 7,7 0 1,0 14,0 a 7,7 0 1,0 -14,0"></path>