fix(scroll-shadow): typo in scroll-shadow.stories.tsx (#1982)

This commit is contained in:
Junior Garcia 2023-11-15 09:52:01 -03:00 committed by GitHub
parent 51c54f118f
commit 6951e262e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,7 @@ export default {
offset: {
control: {type: "number"},
},
visible: {
visibility: {
control: {type: "select"},
options: ["auto", "top", "bottom", "both", "left", "right"],
},