Skip to content

Commit 02de687

Browse files
RichiCoder1rmevans9
authored andcommitted
fix: align expander icons with mui (infinitered#1131)
1 parent 0f6b49b commit 02de687

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Shared/Command.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ import PropTypes from "prop-types"
33
import React, { Component } from "react"
44
import {
55
MdLabel as DisplayIcon,
6-
MdExpandMore as IconOpen,
7-
MdChevronRight as IconClosed
6+
MdExpandLess as IconOpen,
7+
MdExpandMore as IconClosed
88
} from "react-icons/md"
99
import Timestamp from "../Shared/Timestamp"
1010
import AppStyles from "../Theme/AppStyles"

0 commit comments

Comments
 (0)