mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-14 20:03:52 +00:00
refactor: action-blue is from blue scale
This commit is contained in:
committed by
Carlos Valente
parent
5d4fe8e795
commit
bab50ea7db
@@ -10,12 +10,12 @@ export const ontimeCheckboxOnDark = {
|
||||
opacity: 0.6,
|
||||
},
|
||||
_checked: {
|
||||
borderColor: '#3182ce', // $action-blue
|
||||
backgroundColor: '#3182ce', //$action-blue
|
||||
borderColor: '#578AF4', // $blue-500
|
||||
backgroundColor: '#578AF4', // $blue-500
|
||||
_disabled: {
|
||||
color: 'white',
|
||||
borderColor: '#3182ce', // $action-blue
|
||||
backgroundColor: '#3182ce', //$action-blue
|
||||
borderColor: '#578AF4', // $blue-500
|
||||
backgroundColor: '#578AF4', // $blue-500
|
||||
opacity: 0.6,
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user