ColorInput - remove duplicated color

This commit is contained in:
Dawid Wysokiński 2020-12-30 18:35:03 +01:00
parent e8a9c53bc1
commit 819abb008f

View File

@ -47,7 +47,6 @@ const DEFAULT_COLORS: string[] = [
'#ff7fff',
'#fffa00',
'#fffb71',
'#808080',
'#fefefe',
'#ffffff',
];