Update default accent color
This commit is contained in:
parent
87bd9e71e6
commit
93f4f9d181
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
const {
|
const {
|
||||||
Title,
|
Title,
|
||||||
Live,
|
Live,
|
||||||
SeekColor = '#ff274d'
|
SeekColor = '#2185d0'
|
||||||
} = Astro.props
|
} = Astro.props
|
||||||
|
|
||||||
// Functions
|
// Functions
|
||||||
|
|
Loading…
Reference in a new issue