fix: leave project mutation (#2976)

This commit is contained in:
Aaryan Khandelwal 2023-12-05 13:44:01 +05:30 committed by sriram veeraghanta
parent 41f0d55dab
commit d12bd9507e
3 changed files with 9 additions and 4 deletions

View file

@ -243,7 +243,7 @@ export const WorkspaceMembersListItem: FC<Props> = observer((props) => {
: "opacity-0 pointer-events-none"
}
>
<XCircle className="h-3.5 w-3.5 text-custom-text-400" strokeWidth={2} />
<XCircle className="h-3.5 w-3.5 text-red-500" strokeWidth={2} />
</button>
</Tooltip>
</div>