Lighten error message colour.
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m44s
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m44s
This commit is contained in:
parent
a6dfc77244
commit
5ac6766761
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ async function updateLastSongDisplay(song: LastSong | null, errorMessage?: strin
|
||||||
|
|
||||||
if (errorMessage || !song) {
|
if (errorMessage || !song) {
|
||||||
container.innerHTML = `
|
container.innerHTML = `
|
||||||
<div class="text-cyan-900 text-sm">
|
<div class="text-cyan-300 text-sm">
|
||||||
${errorMessage || 'No song data available'}
|
${errorMessage || 'No song data available'}
|
||||||
</div>
|
</div>
|
||||||
`;
|
`;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue