From d93e151194e83657506cf5cb0dabe2047909e192 Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Wed, 31 Jul 2024 16:46:32 +0200 Subject: [PATCH] docs(progress/slider): update orientation height --- docs/content/3.components/progress.md | 2 +- docs/content/3.components/slider.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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' --- ::