Update typography.tsx

fixes #2061
This commit is contained in:
Amruth Pillai 2025-02-09 12:10:14 +01:00 committed by GitHub
parent 7054623678
commit cd21860535
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -148,7 +148,7 @@ export const TypographySection = () => {
<Label>{t`Font Size`}</Label> <Label>{t`Font Size`}</Label>
<div className="flex items-center gap-x-4 py-1"> <div className="flex items-center gap-x-4 py-1">
<Slider <Slider
min={12} min={6}
max={18} max={18}
step={0.05} step={0.05}
value={[typography.font.size]} value={[typography.font.size]}