Skip to content

Commit

Permalink
fix(progress): circular bar stroke width
Browse files Browse the repository at this point in the history
  • Loading branch information
SisIvanova committed May 10, 2024
1 parent b63ddf8 commit a0ccd65
Showing 1 changed file with 4 additions and 0 deletions.
Expand Up @@ -8,3 +8,7 @@ $theme: $indigo;

color: var-get($theme, 'text-color');
}

[part~='fill'] {
stroke-width: calc(var(--stroke-thickness) + rem(1px));
}

0 comments on commit a0ccd65

Please sign in to comment.