From 3bd35530587ef543181c2c094fc35635741a7143 Mon Sep 17 00:00:00 2001 From: thecodrr Date: Mon, 6 Apr 2020 11:36:49 +0500 Subject: [PATCH] ui: increase margins between colors in properties --- apps/web/src/components/properties/index.js | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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" ||