mirror of
https://github.com/yldio/copilot.git
synced 2024-11-28 14:10:04 +02:00
FIX - missing ","
This commit is contained in:
parent
1b46c59ef7
commit
f66b9a03af
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user