Open
Description
Steps to reproduce
- make a change to
api/src/defaultStyleOptions
, but NOTcomponent/Styles/defaultStyleOptions
- View result
- make a change to
component/Styles/defaultStyleOptions
but NOTapi/src/defaultStyleOptions
, - View result
- See behavior is not consistent
Expected behavior
both files should be cleaned up so there are no overlapping styles.
Additional context
This is in prep for RN work, where some styles will not be used in RN.
[Bug]