feat(secrets-ui): change secret sync icon color

This commit is contained in:
carlosmonastyrski
2025-04-29 18:39:41 -03:00
parent c47d76a6c7
commit 8d711af23b

View File

@@ -244,7 +244,7 @@ export const CollapsibleSecretImports: React.FC<CollapsibleSecretImportsProps> =
? "text-gray-400"
: item.type === ItemType.Folder
? "text-green-700"
: "text-blue-500"
: "text-mineshaft-300"
}`}
aria-hidden="true"
/>