diff --git a/docs/content/3.components/progress.md b/docs/content/3.components/progress.md index b8af66ad..a3b3320a 100644 --- a/docs/content/3.components/progress.md +++ b/docs/content/3.components/progress.md @@ -102,7 +102,7 @@ Use the `orientation` prop to change the orientation of the Progress. Defaults t --- props: orientation: vertical - class: 'h-96 mx-auto' + class: 'h-48 mx-auto' --- :: diff --git a/docs/content/3.components/slider.md b/docs/content/3.components/slider.md index 7764aec4..bb119ae9 100644 --- a/docs/content/3.components/slider.md +++ b/docs/content/3.components/slider.md @@ -103,7 +103,7 @@ ignore: props: orientation: vertical defaultValue: 50 - class: 'h-96 mx-auto' + class: 'h-48 mx-auto' --- ::