Skip to content

Commit 3049a3a

Browse files
committed
[gephi-lite] open files from github
Fix #199 Display link as real links, so its works with enought contrast in light/dark mode
1 parent cd33e55 commit 3049a3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/gephi-lite/src/views/graphPage/modals/open/CloudFileModal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ export const CloudFileModal: FC<ModalProps<unknown>> = ({ cancel }) => {
7676
<td>
7777
{file.filename}
7878
<a
79-
className="link-secondary m-2"
79+
className="lin-primary m-2"
8080
href={file.webUrl}
8181
title={t("graph.open.github.file-open-external", {
8282
filename: file.filename,

0 commit comments

Comments
 (0)