Skip to content

Commit d1e2860

Browse files
JYC-99Yucong Jin
and
Yucong Jin
authored
Remove opacity from stepNodeContainerStyles (#150)
Co-authored-by: Yucong Jin <[email protected]>
1 parent 155e5a5 commit d1e2860

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/react-dag-editor/src/stories/components/FeaturesDemo.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ const stepNodeContainerStyles: React.CSSProperties = {
3030
flexGrow: 1,
3131
height: "100%",
3232
backgroundColor: "yellow",
33-
opacity: 0.5,
3433
};
3534

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

0 commit comments

Comments
 (0)