From 3577472dfefa35b5431a578a0830494e9533ad61 Mon Sep 17 00:00:00 2001 From: Noah Talerman <47070608+noahtalerman@users.noreply.github.com> Date: Mon, 1 Dec 2025 19:03:23 -0500 Subject: [PATCH] Fleet UI: GitOps mode icon color (#36406) For the following bug: - https://github.com/fleetdm/fleet/issues/34557 --- frontend/components/icons/GitOpsMode.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 (