mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 10:21:05 +00:00
fix(unordered-list): fix class name typo
This commit is contained in:
parent
3fc83bc390
commit
57406f66b3
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<ul
|
<ul
|
||||||
class:bx--list-unordered={true}
|
class:bx--list--unordered={true}
|
||||||
class:bx--list--nested={nested}
|
class:bx--list--nested={nested}
|
||||||
{...$$restProps}
|
{...$$restProps}
|
||||||
on:click
|
on:click
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue