diff --git a/docs/docs/palettes/app/tweak.js b/docs/docs/palettes/app/tweak.js index 0aa0ede23..d8fd79d97 100644 --- a/docs/docs/palettes/app/tweak.js +++ b/docs/docs/palettes/app/tweak.js @@ -861,7 +861,7 @@ let paletteAppSpec = { * @param {string} hue - Hue (literal or semantic) */ setRoleColor(role, hue) { - if (!this.seedHues[hue] && hue !== 'gray') { + if (!this.seedHues[hue] && hue !== 'gray' && !ROLES.includes(hue)) { // We're also adding it this.addColor(this.coreColors[hue]); }