Skip to content

Commit

Permalink
remove the classes
Browse files Browse the repository at this point in the history
  • Loading branch information
simpslandyy committed Jul 9, 2024
1 parent 029dac5 commit 9a23a03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agility/plenum-ui",
"version": "2.1.4",
"version": "2.1.5",
"license": "MIT",
"main": "dist/index.js",
"module": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion stories/organisms/DropdownComponent/DropdownComponent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ const Dropdown: React.FC<IDropdownProps> = ({
{ItemComponents}
{showFloatingArrow &&
<FloatingArrow ref={arrowRef} context={context} strokeWidth={1}
className={cn(defaultClassNames.itemsClassname, itemsClassname, "fill-white [&>path:first-of-type]:stroke-gray-300 [&>path:last-of-type]:stroke-white")}/>}
className={cn("fill-white [&>path:first-of-type]:stroke-gray-300 [&>path:last-of-type]:stroke-white")}/>}
</div>
</FloatingFocusManager>
</FloatingPortal>
Expand Down

0 comments on commit 9a23a03

Please sign in to comment.