separator

This commit is contained in:
Zamitto 2024-06-05 15:29:50 -03:00
parent 87eaf021b4
commit 366cb1ac2f
2 changed files with 9 additions and 1 deletions

View file

@ -1,7 +1,13 @@
import { style } from "@vanilla-extract/css";
import { vars } from "../../../theme.css";
import { SPACING_UNIT, vars } from "../../../theme.css";
export const heroPanelAction = style({
border: `solid 1px ${vars.color.muted}`,
});
export const separator = style({
width: "1px",
backgroundColor: vars.color.border,
margin: `${SPACING_UNIT / 2}px 0`,
});

View file

@ -245,6 +245,8 @@ export function HeroPanelActions() {
<GearIcon />
</Button>
<div className={styles.separator} />
{game?.progress === 1 && game?.folderName && (
<>
<BinaryNotFoundModal