mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +00:00
chore: forward restProps to Button
This commit is contained in:
parent
2200b29b92
commit
0bb5e1952f
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
||||||
tabindex,
|
tabindex,
|
||||||
disabled,
|
disabled,
|
||||||
href,
|
href,
|
||||||
style: $$restProps.style,
|
...$$restProps,
|
||||||
class: [
|
class: [
|
||||||
"bx--btn",
|
"bx--btn",
|
||||||
size === "field" && "bx--btn--field",
|
size === "field" && "bx--btn--field",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue