Skip to content

Commit

Permalink
#8186 did require changes has per mention in feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
NitinPSingh committed Jul 23, 2024
1 parent 1b28287 commit 53ea09e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Components/Facility/ConsultationDetails/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -205,9 +205,9 @@ export const ConsultationDetails = (props: any) => {
}

const tabButtonClasses = (selected: boolean) =>
`capitalize min-w-max-content cursor-pointer border-transparent hover:border-secondary-300 font-bold whitespace-nowrap ${
`capitalize min-w-max-content cursor-pointer font-bold whitespace-nowrap ${
selected === true
? "border-primary-500 text-primary-600 border-b-2"
? "border-primary-500 hover:border-secondary-300 text-primary-600 border-b-2"
: "text-secondary-700 hover:text-secondary-700"
}`;

Expand Down

0 comments on commit 53ea09e

Please sign in to comment.