From f77c8e901cf0e737a77345700f0ea22afa0c191e Mon Sep 17 00:00:00 2001 From: Christopher Dwyer-Perkins Date: Mon, 11 May 2026 09:55:53 -0300 Subject: [PATCH] Fix textColor value in InfoPane Example The value for the textColor property was not a valid color leading to warning in the developer console when side loading the example --- .../renderable nodes/InfoPaneExample/components/MainScene.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ux components/screen elements/renderable nodes/InfoPaneExample/components/MainScene.xml b/ux components/screen elements/renderable nodes/InfoPaneExample/components/MainScene.xml index dcf62939..65d4aa6d 100755 --- a/ux components/screen elements/renderable nodes/InfoPaneExample/components/MainScene.xml +++ b/ux components/screen elements/renderable nodes/InfoPaneExample/components/MainScene.xml @@ -12,7 +12,7 @@ id = "infoPane" width="800" height="300" - textColor="FFFFFF" + textColor="#FFFFFF" infoText = "The InfoPane node class is used to display an opaque, white-bordered, rounded rectangular label with text providing help for a specific setting. This component can be used to help customers successfully configure settings related to their account profile, closed captioning, parental controls, and so on." />