I have two libraries (iOS and Android) that share some identical color styles but want to keep them agnostic of each other. The problem arises when I update one (e.g. iOS/text_white) and open the other library and get a “Review changes” prompt which tells me that the iOS/text_white color I just updated is mistakenly being used somewhere in my Android library.
Does anyone have any methods or a plugin that would help locate where that rogue style is being used? Something akin to a find and replace but for color styles?