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 f59df58 commit d618c72Copy full SHA for d618c72
1 file changed
src/routes/dev/icons/+page.svelte
@@ -95,7 +95,7 @@
95
<div class="grid grid-cols-2 md:grid-cols-4 gap-6">
96
{#each folderIcons as icon}
97
<div
98
- class="flex flex-col items-center p-4 border rounded-lg hover:bg-gray-50 transition-colors min-w-[250]"
+ class="flex flex-col items-center p-4 border rounded-lg hover:bg-gray-50 transition-colors min-w-[250px]"
99
>
100
101
class="flex items-center justify-center w-16 h-16 mb-2 bg-white border rounded"
0 commit comments