Skip to content

Commit

Permalink
Update UserSidebar.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
khushipatil1523 authored Jan 23, 2025
1 parent 16743ab commit 2fbfc44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/UserPortal/UserSidebar/UserSidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ const UserSidebar = ({
<Button
variant={isActive === true ? 'success' : ''}
className={`${
isActive === true ? 'text-white' : 'text-secondary'
isActive === true ? 'text-black' : 'text-secondary'
}`}
data-testid="settingsBtn"
>
Expand Down

0 comments on commit 2fbfc44

Please sign in to comment.