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 fbf706a commit 44909c6Copy full SHA for 44909c6
src/Lumi/Components/Progress.purs
@@ -31,8 +31,10 @@ progressBar :: ProgressProps -> JSX
31
progressBar = makeProgressComponent (createComponent "ProgressBar") \{ total, completed } ->
32
RS.svg
33
{ xmlns: "http://www.w3.org/2000/svg"
34
+ , viewBox: "0 0 120 6"
35
+ , preserveAspectRatio: "none"
36
, height: "6"
- , width: "120"
37
+ , width: "100%"
38
, children:
39
[ backgroundPath
40
{ fill
0 commit comments