Skip to content

Commit

Permalink
fix(github): Adjust GitHub node styles for improved UI consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
satococoa committed Feb 27, 2025
1 parent 97c4cc5 commit a916a90
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ export function NodeComponent({
"group-data-[content-type=github]:!bg-github-node-1 group-data-[content-type=github]:!border-github-node-1",
)}
/>
<div className="text-[14px] text-black--30 px-[12px] text-white">
<div className="text-[14px] px-[12px] text-white">
{input.label}
</div>
</div>
Expand Down Expand Up @@ -265,9 +265,11 @@ export function NodeComponent({
"group-data-[content-type=textGeneration]:!border-generation-node-1",
"group-data-[content-type=text]:!border-text-node-1",
"group-data-[content-type=file]:!border-file-node-1",
"group-data-[content-type=github]:!border-github-node-1",
"data-[state=connected]:group-data-[content-type=textGeneration]:!bg-generation-node-1",
"data-[state=connected]:group-data-[content-type=github]:!bg-github-node-1",
"data-[state=connected]:group-data-[content-type=text]:!bg-text-node-1 data-[state=connected]:group-data-[content-type=text]:!border-text-node-1",
"data-[state=connected]:group-data-[content-type=file]:!bg-file-node-1 data-[state=connected]:group-data-[content-type=file]:!border-file-node-1",
"data-[state=connected]:group-data-[content-type=github]:!bg-github-node-1 data-[state=connected]:group-data-[content-type=github]:!border-github-node-1",
"data-[state=disconnected]:!bg-black",
)}
/>
Expand Down

0 comments on commit a916a90

Please sign in to comment.