Skip to content

Commit

Permalink
Update src/Components/Facility/Consultations/DailyRoundsFilter.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashesh3 authored Jan 20, 2024
1 parent 5165f43 commit 756ddd5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export default function DailyRoundsFilter(props: Props) {

return (
<div className="flex flex-row-reverse items-center gap-4 md:flex-row">
<Popover className="relative ">
<Popover className="relative">
<Popover.Button>
<ButtonV2
variant={isFilterApplied ? "primary" : "secondary"}
Expand Down

0 comments on commit 756ddd5

Please sign in to comment.