Skip to content

Commit 5650003

Browse files
committed
changed border color
1 parent 69243f6 commit 5650003

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/components/box.js

+5-5
Original file line numberDiff line numberDiff line change
@@ -364,11 +364,11 @@ function Box({ isPositionOutside, boxProps }) {
364364
}
365365
: // REGULAR WALL
366366
{
367-
backgroundColor: "#ffffff",
368-
// borderRight: "0.01px solid #000",
369-
// borderBottom: "0.01px solid #000",
370-
borderTop: "0.01px solid #000",
371-
borderLeft: "0.01px solid #000",
367+
backgroundColor: "#305272",
368+
borderRight: "0.01px solid #000",
369+
borderBottom: "0.01px solid #000",
370+
// borderTop: "0.01px solid #000",
371+
// borderLeft: "0.01px solid #000",
372372
}
373373
: isSelected
374374
? {

0 commit comments

Comments
 (0)