Skip to content

Commit

Permalink
fix: light mode text on AddToUser.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Sampiiiii committed Apr 15, 2024
1 parent 49371fb commit 6c23efa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export const AddToUser: React.FC<AddToUserProps> = ({ user, location, onShiftRep
}
return (
<Button
className={`w-full justify-center flex-grow ${indexStyle} ${
className={`w-full text-black dark:text-white justify-center flex-grow ${indexStyle} ${
title !== section ? "bg-popover-background" : ""
}`}
onClick={() => setSection(title)}
Expand Down

0 comments on commit 6c23efa

Please sign in to comment.