style(component-api): use small tag variant for reactive props

This commit is contained in:
Eric Y Liu 2021-07-03 15:08:06 -07:00
commit d070664100

View file

@ -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>