docs(progress/slider): update orientation height

This commit is contained in:
Benjamin Canac
2024-07-31 16:46:32 +02:00
parent b9f4bcbbc9
commit d93e151194
2 changed files with 2 additions and 2 deletions

View File

@@ -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'
---
::

View File

@@ -103,7 +103,7 @@ ignore:
props:
orientation: vertical
defaultValue: 50
class: 'h-96 mx-auto'
class: 'h-48 mx-auto'
---
::