Skip to content

Commit

Permalink
Align OCI logo colors in graph
Browse files Browse the repository at this point in the history
AlexGustafsson committed Dec 31, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 8ba6433 commit 8ceb403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/graph.tsx
Original file line number Diff line number Diff line change
@@ -53,7 +53,7 @@ function formatNode(id: string, node: GraphNode): Node {
let label: ReactNode
switch (node.domain) {
case 'oci':
label = <SimpleIconsOci className="text-blue-700" />
label = <SimpleIconsOci className="text-blue-400" />
break
case 'kubernetes':
label = <SimpleIconsKubernetes className="text-blue-400" />

0 comments on commit 8ceb403

Please sign in to comment.