mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 03:26: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}
|
||||
<Button
|
||||
kind="ghost"
|
||||
size="small"
|
||||
size="field"
|
||||
class="bx--snippet-btn--expand"
|
||||
disabled="{disabled}"
|
||||
on:click="{() => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue