diff --git a/doc/en/components/inputs/linear-progress.md b/doc/en/components/inputs/linear-progress.md index 103167b8b..0a0154d6d 100644 --- a/doc/en/components/inputs/linear-progress.md +++ b/doc/en/components/inputs/linear-progress.md @@ -106,7 +106,7 @@ You can set the type of your indicator, using the `Variant` attribute. There ar You can make the indicator striped, using the `Striped` property: -`sample="/inputs/linear-progress-indicator/types", height="200", alt="{Platform} Linear Progress Striped Example"` +`sample="/inputs/linear-progress-indicator/types", height="250", alt="{Platform} Linear Progress Striped Example"` @@ -142,7 +142,7 @@ The `LabelFormat` property can be used to customize the `LinearProgress` default The following sample demonstrates the above configuration: -`sample="/inputs/linear-progress-indicator/striped", height="200", alt="{Platform} Linear Progress Text Example"` +`sample="/inputs/linear-progress-indicator/striped", height="250", alt="{Platform} Linear Progress Text Example"`