From 97abef740cec5d864c8abc2c02a6952856235e15 Mon Sep 17 00:00:00 2001 From: Zamitto <167933696+zamitto@users.noreply.github.com> Date: Fri, 7 Jun 2024 15:48:50 -0300 Subject: [PATCH] undo modal change --- src/renderer/src/components/modal/modal.css.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/renderer/src/components/modal/modal.css.ts b/src/renderer/src/components/modal/modal.css.ts index 8604ecdc..fcac6f4b 100644 --- a/src/renderer/src/components/modal/modal.css.ts +++ b/src/renderer/src/components/modal/modal.css.ts @@ -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}`,