🎨 (Color) Change color ligthness
This commit is contained in:
@@ -2,8 +2,8 @@ import IColor from '@/models/IColor'
|
||||
import lightness from 'lightness'
|
||||
import fontColorContrast from 'font-color-contrast'
|
||||
|
||||
const dark = -70
|
||||
const light = dark * -1
|
||||
const light = 55
|
||||
const dark = light * -1
|
||||
|
||||
export default [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user