File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed
modules/IDE/components/QuickAddList Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 11import React from 'react' ;
22import PropTypes from 'prop-types' ;
33import CloseIcon from '../../../../images/close.svg' ;
4+ import CheckIcon from '../../../../images/check_encircled.svg' ;
45
56const Icons = ( { isAdded } ) => {
67 const classes = [
@@ -18,7 +19,7 @@ const Icons = ({ isAdded }) => {
1819 aria-label = "Descending"
1920 focusable = "false"
2021 />
21- < CloseIcon
22+ < CheckIcon
2223 className = "quick-add__add-icon"
2324 role = "img"
2425 aria-label = "Descending"
Original file line number Diff line number Diff line change 8181 }
8282}
8383
84- .quick-add__add-icon {
85- transform : rotate (45deg );
86- }
87-
8884.quick-add__item ,
8985.quick-add__item-toggle ,
9086.quick-add__item-toggle :focus {
You can’t perform that action at this time.
0 commit comments