mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
Fleet UI: GitOps mode icon color (#36406)
For the following bug: - https://github.com/fleetdm/fleet/issues/34557
This commit is contained in:
parent
b29454cb7b
commit
3577472dfe
1 changed files with 1 additions and 1 deletions
|
|
@ -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 (
|
||||
|
|
|
|||
Loading…
Reference in a new issue