Update
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user