From 13d1f881d39023380690346f32a45a767174d448 Mon Sep 17 00:00:00 2001 From: Jeremy Noesen Date: Fri, 9 Feb 2024 13:46:05 -0600 Subject: [PATCH] Update cast launch screen colors --- cast/src/receiver/layout/hc-launch-screen.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cast/src/receiver/layout/hc-launch-screen.ts b/cast/src/receiver/layout/hc-launch-screen.ts index 49be9d07003c..8f98b27b6da5 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 { @@ -47,6 +47,7 @@ class HcLaunchScreen extends LitElement { padding-right: 54px; padding-inline-end: 54px; padding-inline-start: initial; + color: #1d2126; } `; }