Skip to content

Commit d618c72

Browse files
committed
fix dev/icons page
1 parent f59df58 commit d618c72

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/routes/dev/icons/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
<div class="grid grid-cols-2 md:grid-cols-4 gap-6">
9696
{#each folderIcons as icon}
9797
<div
98-
class="flex flex-col items-center p-4 border rounded-lg hover:bg-gray-50 transition-colors min-w-[250]"
98+
class="flex flex-col items-center p-4 border rounded-lg hover:bg-gray-50 transition-colors min-w-[250px]"
9999
>
100100
<div
101101
class="flex items-center justify-center w-16 h-16 mb-2 bg-white border rounded"

0 commit comments

Comments
 (0)