mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 11:36:36 +00:00
fix(code-snippet): showMoreLess button size should be "field", not "small"
This commit is contained in:
parent
cf54a4c610
commit
a84dcd3c0c
1 changed files with 1 additions and 1 deletions
|
@ -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="{() => {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue