Skip to content

Commit

Permalink
remove opacity
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegMoshkovich committed Aug 30, 2022
1 parent 12c5f04 commit f259ede
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Containers/CadView.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@ export default function CadView({
})
const selectMat = new MeshLambertMaterial({
transparent: true,
opacity: 0.5,
color: theme.palette.custom.select,
depthTest: true,
})
Expand Down

0 comments on commit f259ede

Please sign in to comment.