mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 19:46:36 +00:00
style(component-api): use small tag variant for reactive props
This commit is contained in:
parent
6d168baa51
commit
d070664100
1 changed files with 4 additions and 2 deletions
|
@ -70,9 +70,11 @@
|
|||
<InlineSnippet code="{prop.name}" />
|
||||
{#if prop.reactive}
|
||||
<div
|
||||
style="white-space: nowrap; margin-top: var(--cds-spacing-03)"
|
||||
style="white-space: nowrap; margin-top: var(--cds-spacing-03); margin-bottom: var(--cds-spacing-03)"
|
||||
>
|
||||
<Tag type="cyan">Reactive</Tag>
|
||||
<Tag style="margin-left: 0" size="sm" type="cyan"
|
||||
>Reactive</Tag
|
||||
>
|
||||
</div>
|
||||
{/if}
|
||||
</StructuredListCell>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue