[ic-accordion] accordion sizes don't match Figma designs
Summary of the bug
In the Figma designs, the different size variations have an impact on the width of the accordion as well. But in the implementation, all accordions are full width and only the height changes.
📸 Screenshots or code
Figma:
Implementation:
🧐 Expected behaviour
The accordion sizes should match figma.
📝 Acceptance Criteria
If relevant, describe in full detail the different interactions and edge cases that the component or patterns needs to fulfil.
Given a accordion exists When it is small Then it should have a 300px width
Given a accordion exists When it is default Then it should have a 600px width
Given a accordion exists When it is large Then it should have a 800px width
Additional info
Current accordions could be a full width size variant.
Design brought this up to ask why it was moved to design, which I was unsure why. Therefore, I have moved it back to refinement so we can discuss at refinement on if it needs design
Design to update all the Figma widths to the same size, as we will be following the dev implementation
Changes made in Figma and now merged.