diff --git a/src/views/dashboard/graphs/EndpointList.vue b/src/views/dashboard/graphs/EndpointList.vue index bba9e72d..c4654b22 100644 --- a/src/views/dashboard/graphs/EndpointList.vue +++ b/src/views/dashboard/graphs/EndpointList.vue @@ -194,6 +194,6 @@ watch( @import "./style.scss"; .tips { - color: red; + color: rgba(255, 0, 0, 0.5); }