diff --git a/apps/web/src/components/properties/index.js b/apps/web/src/components/properties/index.js
index a9bebc740..19f3bd3d0 100644
--- a/apps/web/src/components/properties/index.js
+++ b/apps/web/src/components/properties/index.js
@@ -105,15 +105,16 @@ function Properties() {
))}
-
+
{objectMap(COLORS, (label, code) => (
setColor(label)}
sx={{ cursor: "pointer" }}
+ mt={4}
>
-
+
{toTitleCase(label)}
@@ -128,7 +129,7 @@ function Properties() {
{
if (
event.key === "Enter" ||