diff --git a/src/Shared/Command.js b/src/Shared/Command.js index d859805b0..0bd6ecef4 100644 --- a/src/Shared/Command.js +++ b/src/Shared/Command.js @@ -3,8 +3,8 @@ import PropTypes from "prop-types" import React, { Component } from "react" import { MdLabel as DisplayIcon, - MdExpandMore as IconOpen, - MdChevronRight as IconClosed + MdExpandLess as IconOpen, + MdExpandMore as IconClosed } from "react-icons/md" import Timestamp from "../Shared/Timestamp" import AppStyles from "../Theme/AppStyles"