diff --git a/frontend/components/icons/GitOpsMode.tsx b/frontend/components/icons/GitOpsMode.tsx index 0eee20cdc2..0dc57faaf1 100644 --- a/frontend/components/icons/GitOpsMode.tsx +++ b/frontend/components/icons/GitOpsMode.tsx @@ -10,7 +10,7 @@ interface IGitOpsModeIconProps { const GitOpsMode = ({ // size = "small", - color = "core-fleet-white", + color = "ui-fleet-black-75", }: IGitOpsModeIconProps) => { // const iconSize = ICON_SIZES[size]; return (