diff --git a/components/dashboard/src/components/ContextMenu.tsx b/components/dashboard/src/components/ContextMenu.tsx index ee30a37ff7396c..c196a06826b0b6 100644 --- a/components/dashboard/src/components/ContextMenu.tsx +++ b/components/dashboard/src/components/ContextMenu.tsx @@ -41,7 +41,8 @@ function ContextMenu(props: ContextMenuProps) { } } }) - const font = "text-gray-400 hover:text-gray-800" + + const font = "text-gray-600 hover:text-gray-800" return (