mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 11:36:36 +00:00
fix(progress-step): add title to warning icon
This commit is contained in:
parent
45cab56877
commit
68c46e1ca7
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@
|
|||
}}"
|
||||
>
|
||||
{#if invalid}
|
||||
<Warning16 class="bx--progress__warning" />
|
||||
<Warning16 class="bx--progress__warning" title="{description}" />
|
||||
{:else if current}
|
||||
<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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue