CharacterCounter: make thinner

profile-avatar-switcher
Alex Gleason 2021-09-26 23:30:37 -05:00
rodzic bc4f953af2
commit b7c7d64bf7
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 7211D1F99744FBB7
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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