refactor: Update context menu styles and colors
This commit is contained in:
@@ -23,10 +23,11 @@ const ContextMenuContainer: FC<ContextMenuProps> = ({
|
||||
<div
|
||||
ref={contextMenuRef}
|
||||
onClick={closeContextMenu}
|
||||
className="bg-primary text-white p-2 rounded-md cursor-pointer"
|
||||
className="bg-secondary text-secondary-content p-2 rounded-md cursor-pointer"
|
||||
style={{ position: "absolute", top: y, left: x }}
|
||||
>
|
||||
<div
|
||||
className="hover:bg-primary-content hover:text-primary"
|
||||
onClick={() => {
|
||||
console.log("Option ", file?.attributes.name);
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user