cleanup
This commit is contained in:
parent
18aba1ebbc
commit
09956cad2f
1 changed files with 0 additions and 1 deletions
|
@ -214,7 +214,6 @@ export const getTextColor = function (bg, text, preserve) {
|
|||
result.l += delta * multiplier
|
||||
result.l = Math.min(100, Math.max(0, result.l))
|
||||
contrast = getContrastRatio(bg, convert(result).rgb)
|
||||
console.log(convert(result).hex, result.l, contrast)
|
||||
}
|
||||
|
||||
const base = typeof text.a !== 'undefined' ? { a: text.a } : {}
|
||||
|
|
Loading…
Add table
Reference in a new issue