Update typography settings in widget configuration for improved readability #3

This commit is contained in:
sinanisler
2025-12-22 01:32:35 +03:00
parent 4c6864ba3c
commit 21c25715af
+3 -3
View File
@@ -63,16 +63,16 @@ const DEFAULT_WIDGET_CONFIG = {
optionMargin: '10px',
borderRadius: '8px',
fontSize: '16px',
titleFontSize: '22px',
titleFontSize: '16px',
closeButtonSize: '44px'
},
// Typography
typography: {
fontFamily: 'Arial, sans-serif',
fontSize: '16px',
fontSize: '17px',
titleFontSize: '22px',
titleFontWeight: '500',
titleFontWeight: '700',
lineHeight: '1'
},