bug(@vtmn/svelte): linear progressBar not displayed correctly on storybook #1457
Labels
bug 🐛
Something isn't working
community 👥
As we stopped improvements for this version of Vitamin, this issue needs to be done by the community
Svelte 🟠
Related to Svelte components library
Description
On the svelte storybook, on every
linear
version of theVtmnProgressbar
component (link), the progress displayed (blue background on the progress element) is always at 100%.=> This error only affect storybook. The component himself is working properly.
This error occurs because the following CSS code is missing.
Expected behavior
As for every other languages, the progress should be reflected on the component as in the exemple bellow.
Version affected
@vtmn/svelte: v3.2.5
The text was updated successfully, but these errors were encountered: