Skip to content

Commit

Permalink
Remove opacity from stepNodeContainerStyles
Browse files Browse the repository at this point in the history
  • Loading branch information
Yucong Jin committed Jun 18, 2024
1 parent 155e5a5 commit 3ac1fcb
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ const stepNodeContainerStyles: React.CSSProperties = {
flexGrow: 1,
height: "100%",
backgroundColor: "yellow",
opacity: 0.5,
};

const StepNode: React.FC<{ name: string }> = props => {
Expand Down

0 comments on commit 3ac1fcb

Please sign in to comment.