38 |
this.setState({ showPicker: false })}
47 | />
48 | {
52 | const colorValue = parseInt(hex.substring(1), 16);
53 | changeEmitterConfig(configName, colorValue);
54 | }}
55 | />
56 |
57 | ) : null}
58 |
59 | );
60 | }
61 | }
62 |
63 | const colorPicker = (params: any) => {
64 | return