Fleet UI: GitOps mode icon color (#36406)

For the following bug:
- https://github.com/fleetdm/fleet/issues/34557
This commit is contained in:
Noah Talerman 2025-12-01 19:03:23 -05:00 committed by GitHub
parent b29454cb7b
commit 3577472dfe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 (