Update default accent color

This commit is contained in:
Korbs 2024-11-09 15:06:03 -05:00
parent 87bd9e71e6
commit 93f4f9d181

View file

@ -3,7 +3,7 @@
const { const {
Title, Title,
Live, Live,
SeekColor = '#ff274d' SeekColor = '#2185d0'
} = Astro.props } = Astro.props
// Functions // Functions