undo modal change

This commit is contained in:
Zamitto 2024-06-07 15:48:50 -03:00
parent 6946fd3bd0
commit 97abef740c

View File

@ -22,7 +22,7 @@ export const modal = recipe({
animationDuration: "0.3s",
backgroundColor: vars.color.background,
borderRadius: "4px",
maxWidth: "800px",
maxWidth: "600px",
color: vars.color.body,
maxHeight: "100%",
border: `solid 1px ${vars.color.border}`,