mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
remove !important
This commit is contained in:
parent
fc9990bb72
commit
5f08fd0f5e
2 changed files with 2 additions and 3 deletions
|
@ -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";
|
||||
|
|
|
@ -168,6 +168,6 @@ export const newVersionLink = style({
|
|||
display: "flex",
|
||||
alignItems: "center",
|
||||
gap: `${SPACING_UNIT}px`,
|
||||
color: "#8e919b !important",
|
||||
color: "#8e919b",
|
||||
fontSize: "13px",
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue