mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-26 18:00:43 +01:00
refactor(ColorPicker)!: migrate from color to colortranslator (#3097)
This commit is contained in:
@@ -10,7 +10,8 @@ describe('ColorPicker', () => {
|
||||
['hex', '#00C16A'],
|
||||
['rgb', 'rgb(0, 193, 106)'],
|
||||
['hsl', 'hsl(153, 100%, 37.8%)'],
|
||||
['hwb', 'hwb(150, 0%, 24%)']
|
||||
['lab', 'lab(68.88% -60.41% 32.55%)'],
|
||||
['cmyk', 'cmyk(100%, 0%, 45.08%, 24.31%)']
|
||||
]
|
||||
|
||||
it.each([
|
||||
|
||||
Reference in New Issue
Block a user