Skip to content

Commit

Permalink
refactor: change notification banner for missing secrets for action
Browse files Browse the repository at this point in the history
  • Loading branch information
leon-schmid committed Oct 30, 2024
1 parent 09969b9 commit 71fe307
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions web/src/components/workflow-graph/node-base.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,18 +72,12 @@ export default function NodeBase({
<Tooltip content="Missing secret">
<Flex
style={{
filter: "drop-shadow(0px 2px 4px rgba(0,0,0,0.18))",
transform: "translate(10px, 24px)",
}}
>
<Flex className="absolute inset-0 bg-[var(--red-9)] rounded-full blur-[2px]" />
<Flex className="absolute inset-0 bg-[var(--red-9)] rounded-full " />
<Flex
className="relative rounded-full w-6 h-6"
style={{
background:
"linear-gradient(180deg, var(--red-8) 0%, var(--red-9) 100%)",
border: "1px solid var(--red-6)",
}}
justify="center"
align="center"
>
Expand Down

0 comments on commit 71fe307

Please sign in to comment.