remove !important

This commit is contained in:
Zamitto 2024-06-02 02:14:43 -03:00
parent fc9990bb72
commit 5f08fd0f5e
2 changed files with 2 additions and 3 deletions

View file

@ -1,10 +1,9 @@
import { useTranslation } from "react-i18next";
import { useEffect, useState } from "react";
import { SyncIcon } from "@primer/octicons-react";
import { Link } from "../link/link";
import * as styles from "./header.css";
import { AppUpdaterEvents } from "@types";
import { Link } from "../link/link";
export const releasesPageUrl =
"https://github.com/hydralauncher/hydra/releases";

View file

@ -168,6 +168,6 @@ export const newVersionLink = style({
display: "flex",
alignItems: "center",
gap: `${SPACING_UNIT}px`,
color: "#8e919b !important",
color: "#8e919b",
fontSize: "13px",
});