CharacterCounter: make thinner

This commit is contained in:
Alex Gleason
2021-09-26 23:30:37 -05:00
parent bc4f953af2
commit b7c7d64bf7

View File

@ -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}
/>
);
}