fix selection rect color
diff --git a/asterix-examples/src/main/resources/black-cherry/static/js/cherry.js b/asterix-examples/src/main/resources/black-cherry/static/js/cherry.js
index a400353..c7a60c6 100755
--- a/asterix-examples/src/main/resources/black-cherry/static/js/cherry.js
+++ b/asterix-examples/src/main/resources/black-cherry/static/js/cherry.js
@@ -96,8 +96,8 @@
             strokeWeight: 1,
             clickable: false,
             editable: true,
-            strokeColor: "2b3f8c",
-            fillColor: "2b3f8c",
+            strokeColor: "#2b3f8c",
+            fillColor: "#2b3f8c",
             zIndex: 1
         }
     });