## Summary This pull request addresses a minor issue reported in the #8171 , which was causing misalignment in the content and overall theme spacing. Fixes #8171 ## Fix > Removed the 5px padding based on the check if its non hoverable, the current gap between the checkbox and the icon is 8px as expected. > For the small variant the total size of the non hoverable component is 14x14 as mentioned in the design, for hoverable its 24x24 > For the Large variant the total size of the non hoverable component is 20x20 as mentioned in the design, for hoverable its 32x32 > checked for the hoverable checkbox component as well working as expected ## Screenshot for the fixes <img width="345" alt="Screenshot 2024-10-30 at 10 49 39 PM" src="https://github.com/user-attachments/assets/2b5cadb7-67d2-4c61-bd40-0d5a12ae48d0"> #### Thank you for considering this contribution! I look forward to your feedback. --------- Co-authored-by: Karan Parmar <karan.parmar@PE-HO-MAC-185.local> Co-authored-by: Lucas Bordeau <bordeau.lucas@gmail.com>