From f66b9a03af027251a497c145ccec2f6a1b9aa7c0 Mon Sep 17 00:00:00 2001 From: Alex Windett Date: Mon, 31 Oct 2016 12:25:20 +0000 Subject: [PATCH] FIX - missing "," --- ui/src/shared/constants.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/shared/constants.js b/ui/src/shared/constants.js index 5ab64a64..ad86fbce 100644 --- a/ui/src/shared/constants.js +++ b/ui/src/shared/constants.js @@ -69,7 +69,7 @@ const sizes = { const boxes = { borderRadius: 4, bottomShaddow: '0 2px 0 0 rgba(0, 0, 0, 0.05)', - insetShaddow: 'inset 0 3px 0 0 rgba(0, 0, 0, 0.05)' + insetShaddow: 'inset 0 3px 0 0 rgba(0, 0, 0, 0.05)', border: { checked: '1px solid #2532bb', unchecked: '1px solid #d8d8d8',