CharacterCounter: make thinner

merge-requests/782/head
Alex Gleason 3 years ago
parent bc4f953af2
commit b7c7d64bf7
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7

@ -26,7 +26,7 @@ class CharacterCounter extends React.PureComponent {
title={intl.formatMessage(messages.title, { chars: textLength, maxChars: max })}
progress={progress}
radius={10}
stroke={4}
stroke={3}
/>
);
}

Loading…
Cancel
Save