Circle progress gap + rounded
This commit is contained in:
parent
b81bc41390
commit
97e4b2c9a0
@ -3,7 +3,7 @@
|
||||
.root {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 24px;
|
||||
gap: var(--spacing-sm);
|
||||
|
||||
svg {
|
||||
width: 100%;
|
||||
|
@ -54,7 +54,7 @@ export default function CircleProgress(props: IProps) {
|
||||
/>
|
||||
</svg>
|
||||
<Typography typo={ETypo.TEXT_LG_REGULAR} color={ETypoColor.COLOR_NEUTRAL_950}>
|
||||
{percentage}%
|
||||
{Math.round(percentage)}%
|
||||
</Typography>
|
||||
</div>
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user