Update cast launch screen colors (#19754)

This commit is contained in:
Jeremy Noesen 2024-03-04 08:45:54 -06:00 committed by Paul Bottein
parent 69dbcec678
commit e350ba4726
No known key found for this signature in database

View File

@ -28,7 +28,7 @@ class HcLaunchScreen extends LitElement {
:host {
display: block;
height: 100vh;
background-color: white;
background-color: #f2f4f9;
font-size: 24px;
}
.container {
@ -43,6 +43,9 @@ class HcLaunchScreen extends LitElement {
max-width: 80%;
object-fit: cover;
}
.status {
color: #1d2126;
}
`;
}
}