diff --git a/src/views/dashboard/controls/Text.vue b/src/views/dashboard/controls/Text.vue
index 0dd0bc3b..abdb1abb 100644
--- a/src/views/dashboard/controls/Text.vue
+++ b/src/views/dashboard/controls/Text.vue
@@ -38,12 +38,17 @@ limitations under the License. -->
class="body"
:style="{
backgroundColor: TextColors[graph.backgroundColor],
- color: TextColors[graph.fontColor],
- fontSize: graph.fontSize + 'px',
textAlign: graph.textAlign,
}"
>
-
+
{{ graph.content }}