style: Prettier format

This commit is contained in:
April Hall 2025-01-05 16:07:15 -05:00
parent fe14426f85
commit 44547a8939
Signed by: arithefirst
GPG Key ID: 4508A15C4DB91C5B

View File

@ -6,7 +6,7 @@ export default {
plugins: [daisyui],
theme: {
colors: {
'svelte': '#FF3E00'
}
}
svelte: '#FF3E00',
},
},
} satisfies Config;