tweak demo style

This commit is contained in:
Kevin Qi 2019-05-04 15:14:12 -07:00
parent 79ca01a47e
commit 66c5a41ac6

View File

@ -67,6 +67,11 @@ function Demo() {
textForPercentage={(percentage: number) => {
return percentage === 100 ? `${percentage}!!` : `${percentage}...`;
}}
stylesForPercentage={(percentage: number) => {
return buildStyles({
strokeLinecap: 'butt',
});
}}
/>
</Example>