We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd33e55 commit 3049a3aCopy full SHA for 3049a3a
packages/gephi-lite/src/views/graphPage/modals/open/CloudFileModal.tsx
@@ -76,7 +76,7 @@ export const CloudFileModal: FC<ModalProps<unknown>> = ({ cancel }) => {
76
<td>
77
{file.filename}
78
<a
79
- className="link-secondary m-2"
+ className="lin-primary m-2"
80
href={file.webUrl}
81
title={t("graph.open.github.file-open-external", {
82
filename: file.filename,
0 commit comments