Skip to content

Commit

Permalink
Update cast launch screen colors (#19754)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremynoesen authored and piitaya committed Mar 4, 2024
1 parent 69dbcec commit e350ba4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion cast/src/receiver/layout/hc-launch-screen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class HcLaunchScreen extends LitElement {
:host {
display: block;
height: 100vh;
background-color: white;
background-color: #f2f4f9;
font-size: 24px;
}
.container {
Expand All @@ -43,6 +43,9 @@ class HcLaunchScreen extends LitElement {
max-width: 80%;
object-fit: cover;
}
.status {
color: #1d2126;
}
`;
}
}
Expand Down

0 comments on commit e350ba4

Please sign in to comment.