fix(code-snippet): use "small" size for expand/collapse button

Ref: https://github.com/carbon-design-system/carbon/pull/11353
This commit is contained in:
Eric Liu 2022-05-12 19:10:01 -07:00
commit 7802f25814

View file

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