mirror of
https://github.com/yldio/copilot.git
synced 2024-11-10 21:30:06 +02:00
FIX - missing ","
This commit is contained in:
parent
1b46c59ef7
commit
f66b9a03af
@ -69,7 +69,7 @@ const sizes = {
|
|||||||
const boxes = {
|
const boxes = {
|
||||||
borderRadius: 4,
|
borderRadius: 4,
|
||||||
bottomShaddow: '0 2px 0 0 rgba(0, 0, 0, 0.05)',
|
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: {
|
border: {
|
||||||
checked: '1px solid #2532bb',
|
checked: '1px solid #2532bb',
|
||||||
unchecked: '1px solid #d8d8d8',
|
unchecked: '1px solid #d8d8d8',
|
||||||
|
Loading…
Reference in New Issue
Block a user