Changed color
This commit is contained in:
parent
6749fb4475
commit
c9e13eb359
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue