Skip to content

Commit 2b50827

Browse files
committed
refactor: update close icon
1 parent c051266 commit 2b50827

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/NpmPackageSearch.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<script lang="ts">
22
import { resource, useMutationObserver, watch } from "runed";
3-
import MaterialSymbolsCloseRounded from "~icons/material-symbols/close-rounded";
3+
import LucideX from "~icons/lucide/x";
44
import { mod } from "../../lib/mod";
55
import { scrollIntoView } from "../../lib/scroll-into-view";
66
@@ -120,7 +120,7 @@
120120
<div class="modal-box [transition:unset]">
121121
<form method="dialog">
122122
<button class="btn btn-sm btn-circle btn-ghost absolute top-2 right-2">
123-
<MaterialSymbolsCloseRounded class="size-6" />
123+
<LucideX class="size-5" />
124124
</button>
125125
</form>
126126

0 commit comments

Comments
 (0)