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, 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",