mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 10:21:05 +00:00
docs(tag): fix typo (#1705)
This commit is contained in:
parent
aa2e97f110
commit
4c5d8cd1ed
2 changed files with 2 additions and 2 deletions
|
@ -41,7 +41,7 @@
|
||||||
|
|
||||||
## Custom icon
|
## Custom icon
|
||||||
|
|
||||||
Note: rendering a custom icon cannnot be used with the filterable variant.
|
Note: rendering a custom icon cannot be used with the filterable variant.
|
||||||
|
|
||||||
<Tag icon={IbmCloud}>IBM Cloud</Tag>
|
<Tag icon={IbmCloud}>IBM Cloud</Tag>
|
||||||
|
|
||||||
|
|
|
@ -12,7 +12,7 @@ The `Theme` component can dyanmically update the Carbon theme on the client-side
|
||||||
</InlineNotification>
|
</InlineNotification>
|
||||||
|
|
||||||
The `all.css` StyleSheet uses [CSS variables](https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_custom_properties) for dynamic theming.
|
The `all.css` StyleSheet uses [CSS variables](https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_custom_properties) for dynamic theming.
|
||||||
|
|
||||||
<CodeSnippet svx-ignore {code} />
|
<CodeSnippet svx-ignore {code} />
|
||||||
|
|
||||||
## Default
|
## Default
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue