diff --git a/src/components/categorical/categorical.js b/src/components/categorical/categorical.js index eba2ddd0..e7a51e2a 100644 --- a/src/components/categorical/categorical.js +++ b/src/components/categorical/categorical.js @@ -8,6 +8,11 @@ import SectionHeader from "../framework/sectionHeader" import Value from "./value"; import { alphabeticallySortedValues } from "./util"; +import FaArrowRight from 'react-icons/lib/fa/angle-right'; +import FaArrowDown from 'react-icons/lib/fa/angle-down'; +import FaPaintBrush from 'react-icons/lib/fa/paint-brush'; + + @connect((state) => { return { colorAccessor: state.controls.colorAccessor @@ -77,11 +82,11 @@ class Category extends React.Component { margin: "3px 10px 3px 0px", }}> { this.setState({isExpanded: !this.state.isExpanded}) }}> - {this.state.isExpanded ? "⯆ " : "⯈ "} + {this.state.isExpanded ? : } {this.props.metadataField} - 🖌️ +