mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 10:21:05 +00:00
fix(inline-loading): add missing class
This commit is contained in:
parent
7af88ab48b
commit
0b56ef6bba
1 changed files with 1 additions and 0 deletions
|
@ -48,6 +48,7 @@
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<div
|
<div
|
||||||
|
class:bx--inline-loading="{true}"
|
||||||
aria-live="assertive"
|
aria-live="assertive"
|
||||||
{...$$restProps}
|
{...$$restProps}
|
||||||
on:click
|
on:click
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue