fix: leave project mutation (#2976)
This commit is contained in:
parent
41f0d55dab
commit
d12bd9507e
3 changed files with 9 additions and 4 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue