import React from 'react'; import { Styles } from '../../common'; import cn from 'classnames'; import stl from './scale.module.css'; function Scale({ colors }) { const lastIndex = (Styles.compareColors.length - 1); return (