feat: adding auto refresh of download sources

This commit is contained in:
Chubby Granny Chaser
2024-06-03 21:39:37 +01:00
parent 3da751a67b
commit 0ea2cd39db
19 changed files with 241 additions and 93 deletions

View File

@@ -0,0 +1,12 @@
import { style } from "@vanilla-extract/css";
import { SPACING_UNIT } from "../../theme.css";
export const badge = style({
color: "#c0c1c7",
fontSize: "10px",
padding: `${SPACING_UNIT / 2}px ${SPACING_UNIT}px`,
border: "solid 1px #c0c1c7",
borderRadius: "4px",
display: "flex",
alignItems: "center",
});