Skip to content

Commit

Permalink
fix(Progress): hide center value for radial when undefined
Browse files Browse the repository at this point in the history
  • Loading branch information
N00nDay committed Mar 11, 2023
1 parent c437f61 commit 72a14f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/components/progress/Progress.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@
class:text-base={size === 'xs' || size === 'sm'}
class:text-lg={size === 'md'}
class:text-2xl={size === 'lg' || size === 'xl'}
class:hidden={!displayValue}
>
{value}%
</span>
Expand Down

0 comments on commit 72a14f1

Please sign in to comment.