diff --git a/tailwind.config.ts b/tailwind.config.ts index 075299a..3b4b674 100644 --- a/tailwind.config.ts +++ b/tailwind.config.ts @@ -6,7 +6,7 @@ export default { plugins: [daisyui], theme: { colors: { - 'svelte': '#FF3E00' - } - } + svelte: '#FF3E00', + }, + }, } satisfies Config;