mirror of
https://github.com/strapi/strapi.git
synced 2025-09-23 15:29:27 +00:00
fix: add missing borders to widgets (#22612)
This commit is contained in:
parent
33da70177d
commit
0cf2e91c65
@ -23,6 +23,7 @@ const Root = ({ title, icon = PuzzlePiece, children }: RootProps) => {
|
|||||||
direction="column"
|
direction="column"
|
||||||
alignItems="flex-start"
|
alignItems="flex-start"
|
||||||
background="neutral0"
|
background="neutral0"
|
||||||
|
borderColor="neutral150"
|
||||||
shadow="tableShadow"
|
shadow="tableShadow"
|
||||||
tag="section"
|
tag="section"
|
||||||
gap={4}
|
gap={4}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user