Change stroke's opacity from 0 to 0.1

This commit is contained in:
redphx
2024-02-09 08:07:42 +07:00
parent 23722e4adf
commit 6a460d2e8f
5 changed files with 12 additions and 12 deletions

View File

@@ -99,7 +99,7 @@
"value": "switchCamera"
},
"stroke": {
"opacity": 0
"opacity": 0.1
}
}
}