From 297edaa7380f777a2ab64e410e8c59b0c38c5400 Mon Sep 17 00:00:00 2001 From: sy Date: Wed, 12 Sep 2018 13:13:43 +0800 Subject: [PATCH] fix text verticle alignment --- src/circle.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/circle.tsx b/src/circle.tsx index 582f068..e03a6ff 100644 --- a/src/circle.tsx +++ b/src/circle.tsx @@ -48,7 +48,7 @@ export class Circle extends Component { if (!showPercentage) return; return ( - + {progress}{showPercentageSymbol && %} );