Skip to content

Commit

Permalink
fixed border error on client dropdown card
Browse files Browse the repository at this point in the history
  • Loading branch information
RamadanCRaji committed Nov 2, 2023
1 parent f61da73 commit 338e4b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/components/client/ClienCardDropdown.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { EllipsisHorizontalIcon } from "@heroicons/react/24/outline";

function ClienCardDropdown() {
return (
<div className="dropdown dropdown-right border text-secondary">
<div className="dropdown dropdown-right text-secondary">
<label tabIndex={0} className="">
<EllipsisHorizontalIcon className="h-8 w-8 cursor-pointer stroke-1 text-accent hover:stroke-2" />
</label>
Expand Down

0 comments on commit 338e4b7

Please sign in to comment.