fix breezy theme

This commit is contained in:
Henry Jameson 2025-03-26 16:20:42 +02:00
commit 00eabd2447
2 changed files with 8 additions and 8 deletions

View file

@ -109,7 +109,7 @@ export const findColor = (color, { dynamicVars, staticVars }) => {
try {
targetColor = process(color, colorFunctions, { findColor }, { dynamicVars, staticVars })
} catch (e) {
console.error('Failure executing color function', e)
console.error('Failure executing color function', e ,'\n Function: ' + color)
targetColor = '#FF00FF'
}
}