Changed color

This commit is contained in:
Lucas Oliveira 2023-07-25 17:38:24 -03:00
commit c9e13eb359

View file

@ -98,7 +98,7 @@ export default function GenericNode({
<div className="absolute right-0 top-0">
{data.node.beta && (
<div className="h-16 w-16 overflow-hidden rounded-tr-lg">
<div className="mt-2 w-24 rotate-45 bg-destructive text-center text-xs font-semibold text-background">
<div className="mt-2 w-24 rotate-45 bg-status-blue text-center text-xs font-semibold text-destructive-foreground">
BETA
</div>
</div>