Skip to content
Snippets Groups Projects
Commit fd10445b authored by Aggarwal Himanshu's avatar Aggarwal Himanshu
Browse files

Add shadow to dropdown

parent 80f9d741
No related branches found
No related tags found
2 merge requests!7Merge develop to main,!5Filters Feature
......@@ -93,7 +93,7 @@ export function SecondaryFilterDropdown({
return (
<div
className={classNames(
"dark:bg-dark-600 w-72 max-h-72 rounded-xl mt-2 transition-all duration-100 px-5 py-2 overflow-y-scroll",
"dark:bg-dark-600 w-72 max-h-72 rounded-xl mt-2 transition-all duration-100 px-5 py-2 overflow-y-scroll shadow-lg shadow-dark-600",
{
block: open,
hidden: !open,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment