Remove Shadow

This commit is contained in:
mickr777 2023-06-07 15:51:37 +10:00 committed by GitHub
parent 08e66c5451
commit 0f16b1c98d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,6 @@ const NodeGraphOverlay = () => {
maxWidth={500}
overflowY="scroll"
borderRadius="md"
boxShadow="0px 10px 10px rgba(0, 0, 0, 0.25)"
>
{JSON.stringify(graph, null, 2)}
</Box>