@Archanaub04Submitted 10 months ago
Jeff
@YunlearningAll comments
- @YunlearningPosted 2 days ago
I noticed that your solution differs from the design. Following Figma’s instructions, adjust the component’s width to 320px and add line height and letter spacing to the text to match the design.
see below:
fontSize: { 'p-size': [ '22px', { lineHeight: '120%', letterSpacing: '0px', }, ], 'p-sm': [ '15px', { lineHeight: '140%', letterSpacing: '0.2px', }, ], },
0