Closed tobigumo closed 3 months ago
@tobigumo is attempting to deploy a commit to the Personal Team on Vercel.
A member of the Team first needs to authorize it.
@tobigumo Good catch mate. I went a step further and added red as semantic token.
const availableColors = [grayColor, accentColor, 'red', ...additionalColors]
I got this error with
@park-ui/panda-preset@0.41.0
Changing the semantic token value from
colors.red.9
tocolors.red.light.9
andcolors.red.dark.9
seems to solve the problem.