digdir / designsystemet

Designsystemet
https://designsystemet.no
MIT License
76 stars 37 forks source link

Size prop no longer works when className is added to Tabs #2062

Closed Thunear closed 4 months ago

Thunear commented 4 months ago

Description of the bug

When className is added to the Tabs component the size prop no longer works in code.

Steps To Reproduce

Add className to the Tabs component. Codesandbox: https://codesandbox.io/p/sandbox/dank-wave-f2jhrn?file=%2Fsrc%2Findex.tsx

Additional Information

No response

Barsnes commented 4 months ago

Tabs has ...rest destructured on the div, and className is not removed from this. Should be an easy fix, so I'll do it tomorrow