chore: forward restProps to Button

This commit is contained in:
Eric Liu 2020-07-19 11:21:32 -07:00
commit 0bb5e1952f

View file

@ -26,7 +26,7 @@
tabindex,
disabled,
href,
style: $$restProps.style,
...$$restProps,
class: [
"bx--btn",
size === "field" && "bx--btn--field",