Bad variable name in Android dev mode

Is there a way to get the correct name in the code snippet when your variables are grouped/nested? I have a color named “Neutral” that is in a group called “Neutral” which is also in a group called “Color”.

The resulting variable name that figma provides is colorNeutralNeutral which is causing development to ask if there are more colors and/or variables.