mirror of
https://github.com/mue/mue.git
synced 2026-07-14 04:24:01 +02:00
fix: search dropdown select, cleanup functional components
This commit is contained in:
@@ -2,7 +2,6 @@ import rgbToHsv from './rgbToHsv';
|
||||
import setRgba from './setRgba';
|
||||
|
||||
const hexRegexp = /(^#{0,1}[0-9A-F]{6}$)|(^#{0,1}[0-9A-F]{3}$)|(^#{0,1}[0-9A-F]{8}$)/i;
|
||||
|
||||
const regexp = /([0-9A-F])([0-9A-F])([0-9A-F])/i;
|
||||
|
||||
export default function hexToRgb(value) {
|
||||
|
||||
Reference in New Issue
Block a user