Changed whites to 235/235/235

This commit is contained in:
thomabx 2020-03-21 14:58:07 -07:00
parent f79de39c28
commit d9e6780aa2
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
<children>
<LayoutGroup layoutDirection="vert">
<Poster id="ProfileImage" width="300" height="300" />
<Label id="ProfileName" horizAlign="center" vertAlign="center" font="font:SmallBoldSystemFont" color="#FFFFFF" height="64" width="300" />
<Label id="ProfileName" horizAlign="center" vertAlign="center" font="font:SmallBoldSystemFont" color="#EBEBEB" height="64" width="300" />
</LayoutGroup>
</children>
<interface>

View File

@ -3,7 +3,7 @@
<children>
<Label text="Please sign in" horizAlign="center" font="font:LargeSystemFont" height="100" width="1920" translation="[0, 200]" />
<UserRow id="UserRow" translation="[130, 360]" />
<LabelList id="AlternateOptions" vertFocusAnimationStyle="floatingFocus" textHorizAlign="center" translation="[400,850]" itemSize="[1120,60]" itemSpacing="[0,20]" focusedColor="#FFFFFF" focusBitmapBlendColor="#00a4dcFF" focusFootprintBlendColor="#303030">
<LabelList id="AlternateOptions" vertFocusAnimationStyle="floatingFocus" textHorizAlign="center" translation="[400,850]" itemSize="[1120,60]" itemSpacing="[0,20]" focusedColor="#EBEBEB" focusBitmapBlendColor="#00a4dcFF" focusFootprintBlendColor="#303030">
<ContentNode id="alternate" role="content">
<ContentNode title="Manual Login" />
<!-- <ContentNode title="Forgot Password" /> -->