diff --git a/dashboard/src/components/chat/CommandSuggestion.vue b/dashboard/src/components/chat/CommandSuggestion.vue index 87035ef08a..4bb53b0930 100644 --- a/dashboard/src/components/chat/CommandSuggestion.vue +++ b/dashboard/src/components/chat/CommandSuggestion.vue @@ -47,7 +47,7 @@ @@ -224,7 +253,7 @@ function handleMouseLeave() { } .is-dark .command-description { - color: #999; + color: #e0e0e0; } .command-suggestion-hint {