Updated the text styles

This commit is contained in:
2019-08-04 21:11:03 +01:00
parent 582ebde897
commit ace2030927

View File

@@ -111,7 +111,7 @@
color="#FFF" color="#FFF"
z-offset="1" z-offset="1"
:value="decodeURIComponent(currentQuestion.question)" :value="decodeURIComponent(currentQuestion.question)"
width="1" width="2"
></a-text> ></a-text>
</a-plane> </a-plane>
@@ -168,11 +168,11 @@
@click="updateScore(response)" @click="updateScore(response)"
> >
<a-text <a-text
color="#000" color="#FFF"
z-offset="1" z-offset="1"
:value="decodeURIComponent(response)" :value="decodeURIComponent(response)"
rotation="-90 0 0" rotation="-90 0 0"
width="1" width="2"
></a-text> ></a-text>
</a-entity> </a-entity>
</a-marker> </a-marker>
@@ -247,7 +247,7 @@
return color; return color;
}, },
getColor(index) { getColor(index) {
return `opacity: 0.5; color: ${colors[index]}`; return `opacity: 1; color: ${colors[index]}`;
} }
} }
}); });