Context:
- In my design system I created an input field component that has “input title”, “input subtitle” and “input box” as atoms
- Atoms exist as unpublished components, nested in the larger component/molecule, “input field”
- Library has been published and added to all working files
Action:
- I’ve copied an atom, “input title” and used it in a different working file
Problem:
- When I make edits to the original atom (change the text style) the change is reflected in the components in the design system that use this atom but not in the copied atom itself
Need to understand why and how to fix this
Thanks!