From 7dc9c558e5ed0728de746862af38188ce8e46e41 Mon Sep 17 00:00:00 2001 From: ct Date: Tue, 17 Jun 2025 21:55:06 +0800 Subject: [PATCH] Update --- resources/js/modules/editor/partials/text-sidebar.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/js/modules/editor/partials/text-sidebar.jsx b/resources/js/modules/editor/partials/text-sidebar.jsx index 0b07766..e75e1c7 100644 --- a/resources/js/modules/editor/partials/text-sidebar.jsx +++ b/resources/js/modules/editor/partials/text-sidebar.jsx @@ -205,7 +205,7 @@ export default function TextSidebar({ isOpen, onClose }) { rows={4} style={{ fontFamily: fontFamily, - fontSize: `${fontSize * 0.6}px`, // Cap preview size for readability + fontSize: `${fontSize * 0.45}px`, // Cap preview size for readability fontWeight: isBold ? 'bold' : 'normal', fontStyle: isItalic ? 'italic' : 'normal', color: fillColor,