From 2f2eb83e3fa28746d57821dde9d5e6b645b3a3bd Mon Sep 17 00:00:00 2001 From: przeq piciel Date: Mon, 26 Aug 2024 22:15:02 +0000 Subject: [PATCH] refactor: Update context menu styles and colors --- app/components/FilesEditor/ContextMenu/container.tsx | 3 ++- app/components/FilesEditor/index.tsx | 3 +-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/components/FilesEditor/ContextMenu/container.tsx b/app/components/FilesEditor/ContextMenu/container.tsx index e2613d9..191bf6f 100644 --- a/app/components/FilesEditor/ContextMenu/container.tsx +++ b/app/components/FilesEditor/ContextMenu/container.tsx @@ -23,10 +23,11 @@ const ContextMenuContainer: FC = ({
{ console.log("Option ", file?.attributes.name); }} diff --git a/app/components/FilesEditor/index.tsx b/app/components/FilesEditor/index.tsx index c08e1aa..a0fecc4 100644 --- a/app/components/FilesEditor/index.tsx +++ b/app/components/FilesEditor/index.tsx @@ -98,8 +98,7 @@ const Index = () => { )} {fileList.map((file: FileProps) => (