diff --git a/cast/src/receiver/layout/hc-launch-screen.ts b/cast/src/receiver/layout/hc-launch-screen.ts index ba70fb745291..b2fe7d7e95d4 100644 --- a/cast/src/receiver/layout/hc-launch-screen.ts +++ b/cast/src/receiver/layout/hc-launch-screen.ts @@ -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; + } `; } }