Skip to content

Commit a739065

Browse files
filip mertensbunsenstraat
authored andcommitted
revert
1 parent 0b34d24 commit a739065

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libs/remix-ui/workspace/src/lib/components/file-render.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ export const FileRender = (props: RenderFileProps) => {
9898
return (
9999
<TreeViewItem
100100
id={`treeViewItem${file.path}`}
101-
iconX="pr-3 fa fa-folder"
102-
iconY={props.expandPath.includes(file.path) ? 'pr-0 fa fa-folder-open' : 'pr-3 fa fa-folder'}
101+
iconX="mr-2 fa fa-folder"
102+
iconY={props.expandPath.includes(file.path) ? 'fa fa-folder-open' : 'fa fa-folder'}
103103
key={`${file.path + props.index}`}
104104
label={
105105
<>

0 commit comments

Comments
 (0)