refactor: compact event block size

This commit is contained in:
Carlos Valente
2025-03-17 19:41:54 +01:00
committed by Carlos Valente
parent 99dd4b4d5c
commit 6fc7b15d23
2 changed files with 5 additions and 2 deletions
@@ -51,6 +51,8 @@ export default function EditableBlockTitle(props: TitleEditorProps) {
fontWeight='600'
letterSpacing='0.25px'
paddingLeft='0'
size='sm'
fontSize='1rem'
/>
);
}