personality colour implementations

This commit is contained in:
2026-01-27 11:43:11 +00:00
parent 97eaa6d58a
commit 33b38c6f27
10 changed files with 47 additions and 40 deletions

View File

@@ -724,7 +724,7 @@ function Organisations({ trigger }: { trigger?: ReactNode }) {
});
}}
>
<Icon icon="trash" className="size-4" />
<Icon icon="trash" className="size-4" color="white" />
Delete
</Button>
)}
@@ -872,7 +872,7 @@ function Organisations({ trigger }: { trigger?: ReactNode }) {
});
}}
>
<Icon icon="trash" className="size-4" />
<Icon icon="trash" className="size-4" color="white" />
Delete
</Button>
)}
@@ -951,7 +951,7 @@ function Organisations({ trigger }: { trigger?: ReactNode }) {
}}
className="hover:bg-destructive/10"
>
<Icon icon="trash" className="size-4" />
<Icon icon="trash" className="size-4" color="white" />
Delete
</DropdownMenuItem>
</DropdownMenuContent>