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 1
1
import React from 'react' ;
2
2
import PropTypes from 'prop-types' ;
3
3
import CloseIcon from '../../../../images/close.svg' ;
4
+ import CheckIcon from '../../../../images/check_encircled.svg' ;
4
5
5
6
const Icons = ( { isAdded } ) => {
6
7
const classes = [
@@ -18,7 +19,7 @@ const Icons = ({ isAdded }) => {
18
19
aria-label = "Descending"
19
20
focusable = "false"
20
21
/>
21
- < CloseIcon
22
+ < CheckIcon
22
23
className = "quick-add__add-icon"
23
24
role = "img"
24
25
aria-label = "Descending"
Original file line number Diff line number Diff line change 81
81
}
82
82
}
83
83
84
- .quick-add__add-icon {
85
- transform : rotate (45deg );
86
- }
87
-
88
84
.quick-add__item ,
89
85
.quick-add__item-toggle ,
90
86
.quick-add__item-toggle :focus {
You can’t perform that action at this time.
0 commit comments