1
0
mirror of https://github.com/yldio/copilot.git synced 2024-09-21 05:43:52 +03:00

FIX - missing ","

This commit is contained in:
Alex Windett 2016-10-31 12:25:20 +00:00
parent 1b46c59ef7
commit f66b9a03af

View File

@ -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',