fix: add missing borders to widgets (#22612)

This commit is contained in:
Lucas Boilly 2025-01-10 14:19:06 +01:00 committed by GitHub
parent 33da70177d
commit 0cf2e91c65
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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}