fix: padding adjustment

This commit is contained in:
Zamitto 2024-06-20 12:20:13 -03:00
parent 48e05dcaa5
commit 973db98090

View file

@ -4,7 +4,6 @@ import { style } from "@vanilla-extract/css";
export const wrapper = style({ export const wrapper = style({
padding: "24px", padding: "24px",
width: "100%", width: "100%",
height: "100%",
display: "flex", display: "flex",
flexDirection: "column", flexDirection: "column",
gap: `${SPACING_UNIT * 3}px`, gap: `${SPACING_UNIT * 3}px`,