Files
hydra/src/renderer/src/pages/profile/profile.css.ts
2024-09-14 18:10:38 +01:00

10 lines
225 B
TypeScript

import { SPACING_UNIT } from "../../theme.css";
import { style } from "@vanilla-extract/css";
export const wrapper = style({
width: "100%",
display: "flex",
flexDirection: "column",
gap: `${SPACING_UNIT * 3}px`,
});