From dc82a3fa825e713934fb66a8ecb0eb1c27e9a5e3 Mon Sep 17 00:00:00 2001 From: David Corbitt Date: Wed, 23 Aug 2023 03:29:07 -0700 Subject: [PATCH] Add variant editor shadow --- app/src/components/OutputsTable/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/components/OutputsTable/index.tsx b/app/src/components/OutputsTable/index.tsx index 5a390ba..7f347df 100644 --- a/app/src/components/OutputsTable/index.tsx +++ b/app/src/components/OutputsTable/index.tsx @@ -77,6 +77,7 @@ export default function OutputsTable({ experimentId }: { experimentId: string | {...sharedProps} borderBottomLeftRadius={isFirst ? 8 : 0} borderBottomRightRadius={isLast ? 8 : 0} + boxShadow="5px 5px 15px 1px rgba(0, 0, 0, 0.1);" >