Commit 4857281a authored by Justin Domingue's avatar Justin Domingue Committed by GitHub

undo testing artifact

parent d2a872e7
......@@ -22,7 +22,7 @@ async function getColorFromToken(token: Token): Promise<string | null> {
detectedHex = shade(0.005, detectedHex)
AAscore = hex(detectedHex, '#FFF')
}
return detectedHex + '20'
return detectedHex
}
return null
})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment