File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ import { configureMonacoYaml } from 'monaco-yaml'
23
23
import { ReactComponent as ICWarningY5 } from '@Icons/ic-warning-y5.svg'
24
24
import { ReactComponent as Info } from '../../Assets/Icon/ic-info-filled.svg'
25
25
import { ReactComponent as ErrorIcon } from '../../Assets/Icon/ic-error-exclamation.svg'
26
+ import { ReactComponent as ICCompare } from '@Icons/ic-compare.svg'
26
27
import './codeEditor.scss'
27
28
import 'monaco-editor'
28
29
@@ -491,7 +492,7 @@ const SplitPane = ({}) => {
491
492
}
492
493
return (
493
494
< div className = "code-editor__split-pane flex pointer" onClick = { handleToggle } >
494
- < div className = "diff- icon" />
495
+ < ICCompare className = "icon-dim-20 mr-4 " />
495
496
{ state . diffMode ? 'Hide comparison' : 'Compare with default' }
496
497
</ div >
497
498
)
Original file line number Diff line number Diff line change 121
121
color : var (--N0 );
122
122
}
123
123
124
- .diff-icon {
125
- height : 20px ;
126
- width : 20px ;
127
- margin-right : 4px ;
128
- background : url (' ../../Assets/Icon/ic-compare.svg' );
129
- }
130
-
131
124
.monaco-editor-hover {
132
125
margin-left : 40px ;
133
126
}
You can’t perform that action at this time.
0 commit comments