From eb05cec7e41596b53d9ffde16ed63d6eb233c106 Mon Sep 17 00:00:00 2001
From: joni <johnfshaughnessy@gmail.com>
Date: Mon, 23 Apr 2018 19:35:04 -0700
Subject: [PATCH] Change color and text width

---
 src/hub.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/hub.html b/src/hub.html
index d95107807..d7f9d8ab8 100644
--- a/src/hub.html
+++ b/src/hub.html
@@ -98,7 +98,7 @@
                                       visible-while-frozen
                                       ui-class-while-frozen
                                       text-button="haptic:#player-right-controller;
-                                                   textHoverColor: #ea4b54;
+                                                   textHoverColor: #fff;
                                                    textColor: #fff;
                                                    backgroundHoverColor: #ea4b54;
                                                    backgroundColor: #fff;"
@@ -115,7 +115,7 @@
                                   <a-entity
                                       visible-while-frozen
                                       text="value:Block;
-                                            width:3;
+                                            width:2.5;
                                             align:center;"
                                       position="0 0 0.36"></a-entity>
                               </a-entity>
-- 
GitLab