fix(theme): add missing shadow none (#4587)

This commit is contained in:
աӄա 2025-01-18 20:41:28 +08:00 committed by GitHub
parent 203687824b
commit f7e5d205b1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,5 @@
---
"@heroui/theme": patch
---
add missing shadow none (#4586)

View File

@ -130,6 +130,9 @@ const modal = tv({
},
},
shadow: {
none: {
base: "shadow-none",
},
sm: {
base: "shadow-small",
},

View File

@ -132,6 +132,9 @@ const popover = tv({
full: {content: "rounded-full"},
},
shadow: {
none: {
content: "shadow-none",
},
sm: {
content: "shadow-small",
},