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