Skip to content
Snippets Groups Projects
Commit 05325d21 authored by Leonardo's avatar Leonardo
Browse files

fix: remove outline from dropdown

parent 69a1349c
No related branches found
No related tags found
No related merge requests found
......@@ -73,7 +73,7 @@ export const DropdownItemContainer = React.forwardRef<HTMLDivElement, DropdownIt
return (
<PopoverContent
ref={ref}
className={`bg-light p-1 rounded border`}
className={`bg-light p-1 rounded focus:outline-none shadow-sm`}
role="menu"
aria-orientation="vertical"
aria-labelledby="menu-button"
......
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