fix:Reduce text size for top progress indicators

This commit is contained in:
Hristo Nedelkov 2024-01-25 14:18:01 +02:00
parent e55a00d958
commit 0c3969e665
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ const stepStyle = {
inactiveTextColor: '#000000',
size: '28px',
circleFontSize: '0px',
labelFontSize: '14px',
labelFontSize: '13px',
borderRadius: '50%',
fontWeight: 700,
}