We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 502b541 commit bafdfd0Copy full SHA for bafdfd0
components/progressbar/stories/template.js
@@ -33,8 +33,8 @@ export const Template = ({
33
style=${styleMap({
34
"width": customWidth,
35
...customStyles,
36
- "--mod-progressbar-track-color": trackFill ? trackFill : undefined,
37
- "--mod-progressbar-fill-color": progressBarFill ? progressBarFill : undefined,
+ "--mod-progressbar-track-color": trackFill,
+ "--mod-progressbar-fill-color": progressBarFill,
38
})}
39
value=${ifDefined(value ? `${value}%` : undefined)}
40
aria-valuenow=${ifDefined(value ? `${value}%` : undefined)}
0 commit comments