mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
fix(theme): add missing shadow none (#4587)
This commit is contained in:
parent
203687824b
commit
f7e5d205b1
5
.changeset/stale-bears-wink.md
Normal file
5
.changeset/stale-bears-wink.md
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
"@heroui/theme": patch
|
||||||
|
---
|
||||||
|
|
||||||
|
add missing shadow none (#4586)
|
||||||
@ -130,6 +130,9 @@ const modal = tv({
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
shadow: {
|
shadow: {
|
||||||
|
none: {
|
||||||
|
base: "shadow-none",
|
||||||
|
},
|
||||||
sm: {
|
sm: {
|
||||||
base: "shadow-small",
|
base: "shadow-small",
|
||||||
},
|
},
|
||||||
|
|||||||
@ -132,6 +132,9 @@ const popover = tv({
|
|||||||
full: {content: "rounded-full"},
|
full: {content: "rounded-full"},
|
||||||
},
|
},
|
||||||
shadow: {
|
shadow: {
|
||||||
|
none: {
|
||||||
|
content: "shadow-none",
|
||||||
|
},
|
||||||
sm: {
|
sm: {
|
||||||
content: "shadow-small",
|
content: "shadow-small",
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user