Skip to content

Commit 112f6e2

Browse files
authored
fix: fix more svg icons (#1858)
1 parent 3e6f53f commit 112f6e2

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

app/components/Code/DirectoryListing.vue

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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
>

app/components/Code/FileTree.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ watch(
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

0 commit comments

Comments
 (0)