fix(docs): default value of radius in image (#5580)

This commit is contained in:
WK 2025-08-06 21:01:33 +08:00 committed by GitHub
parent 44350c68ba
commit 8e51a855b1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -139,7 +139,7 @@ you can use it with HeroUI `Image` component as well.
attribute: "radius", attribute: "radius",
type: "none | sm | md | lg | full", type: "none | sm | md | lg | full",
description: "The image border radius.", description: "The image border radius.",
default: "xl" default: "lg"
}, },
{ {
attribute: "shadow", attribute: "shadow",