Skip to content

Commit

Permalink
Merge pull request #3587 from ever-co/Fix/label-border-correct
Browse files Browse the repository at this point in the history
[Fix]: Correct Border For Label Button
  • Loading branch information
evereq authored Feb 6, 2025
2 parents dc2dbe2 + 27d75b6 commit 35d1a09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/lib/features/auth-user-task-input.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export function AuthUserTaskInput({ className }: IClassName) {
task={activeTeamTask}
className="lg:max-w-[170px] grow text-xs"
forDetails={false}
taskStatusClassName="dark:bg-[#1B1D22] text-xs dark:border dark:border-[#fff]"
taskStatusClassName="dark:bg-[#1B1D22] text-xs border dark:border-[#fff]"
/>
{activeTeamTask && (
<ProjectDropDown
Expand Down

0 comments on commit 35d1a09

Please sign in to comment.