File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed
Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -85,7 +85,6 @@ const bytesFormatter = useBytesFormatter()
8585 <svg
8686 class =" size-[1em] me-1 shrink-0 text-yellow-600"
8787 viewBox =" 0 0 16 16"
88- fill =" currentColor"
8988 aria-hidden =" true"
9089 >
9190 <use :href =" `/file-tree-sprite.svg#${ADDITIONAL_ICONS['folder']}`" />
@@ -110,7 +109,6 @@ const bytesFormatter = useBytesFormatter()
110109 <svg
111110 class =" size-[1em] me-1 shrink-0"
112111 viewBox =" 0 0 16 16"
113- fill =" currentColor"
114112 :class =" node.type === 'directory' ? 'text-yellow-600' : undefined"
115113 aria-hidden =" true"
116114 >
Original file line number Diff line number Diff line change 6565 class =" size-[1em] me-1 shrink-0"
6666 :class =" isExpanded(node.path) ? 'text-yellow-500' : 'text-yellow-600'"
6767 viewBox =" 0 0 16 16"
68- fill =" currentColor"
6968 aria-hidden =" true"
7069 >
7170 <use
You can’t perform that action at this time.
0 commit comments