We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c051266 commit 2b50827Copy full SHA for 2b50827
src/components/NpmPackageSearch.svelte
@@ -1,6 +1,6 @@
1
<script lang="ts">
2
import { resource, useMutationObserver, watch } from "runed";
3
- import MaterialSymbolsCloseRounded from "~icons/material-symbols/close-rounded";
+ import LucideX from "~icons/lucide/x";
4
import { mod } from "../../lib/mod";
5
import { scrollIntoView } from "../../lib/scroll-into-view";
6
@@ -120,7 +120,7 @@
120
<div class="modal-box [transition:unset]">
121
<form method="dialog">
122
<button class="btn btn-sm btn-circle btn-ghost absolute top-2 right-2">
123
- <MaterialSymbolsCloseRounded class="size-6" />
+ <LucideX class="size-5" />
124
</button>
125
</form>
126
0 commit comments