fix(sticky): wire fontSize from toolbar slider + update shortcuts help

This commit is contained in:
Hiren Kangad
2026-03-12 22:09:12 +05:30
parent a7faf004ae
commit a191f74c31
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -329,7 +329,7 @@ export function activateTool(
name: '',
visible: true,
text: '',
fontSize: 14,
fontSize: opts.fontSize!,
fontFamily: 'Inter, system-ui, sans-serif',
fill: '#ffd43b', // default yellow
textColor: '#1a1a1a',