mirror of
https://github.com/langflow-ai/langflow.git
synced 2026-07-25 10:06:43 +08:00
Changed color
This commit is contained in:
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user