From ca60eda7f2353cbc45a27285dcf4b6b265b4799b Mon Sep 17 00:00:00 2001 From: Ammar Ahmed Date: Tue, 25 Mar 2025 09:41:04 +0500 Subject: [PATCH] editor: fix checklist item size --- packages/editor/styles/styles.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/editor/styles/styles.css b/packages/editor/styles/styles.css index bc1fc2f52..c7cd580a5 100644 --- a/packages/editor/styles/styles.css +++ b/packages/editor/styles/styles.css @@ -666,8 +666,8 @@ p > *::selection { flex: 0 0 auto; margin-right: 0.5rem; user-select: none; - height: 18px; - width: 18px; + height: 1rem; + width: 1rem; accent-color: var(--accent); }