fix(code-snippet): showMoreLess button size should be "field", not "small"

This commit is contained in:
Eric Liu 2021-01-22 14:40:41 -08:00
commit a84dcd3c0c

View file

@ -185,7 +185,7 @@
{#if showMoreLess} {#if showMoreLess}
<Button <Button
kind="ghost" kind="ghost"
size="small" size="field"
class="bx--snippet-btn--expand" class="bx--snippet-btn--expand"
disabled="{disabled}" disabled="{disabled}"
on:click="{() => { on:click="{() => {