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,
|
||||
disabled,
|
||||
href,
|
||||
style: $$restProps.style,
|
||||
...$$restProps,
|
||||
class: [
|
||||
"bx--btn",
|
||||
size === "field" && "bx--btn--field",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue