mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-20 14:39:06 +00:00
refactor: action-blue is from blue scale
This commit is contained in:
committed by
Carlos Valente
parent
5d4fe8e795
commit
bab50ea7db
@@ -8,7 +8,7 @@ $component-border-radius-sm: 2px;
|
|||||||
$component-border-radius-full: 99px;
|
$component-border-radius-full: 99px;
|
||||||
|
|
||||||
// semantic colours
|
// semantic colours
|
||||||
$action-blue: #3182ce;
|
$action-blue: $blue-500;
|
||||||
$action-text-color: $blue-400;
|
$action-text-color: $blue-400;
|
||||||
$ontime-color: #ff7597;
|
$ontime-color: #ff7597;
|
||||||
$error-red: $red-500;
|
$error-red: $red-500;
|
||||||
|
|||||||
@@ -10,12 +10,12 @@ export const ontimeCheckboxOnDark = {
|
|||||||
opacity: 0.6,
|
opacity: 0.6,
|
||||||
},
|
},
|
||||||
_checked: {
|
_checked: {
|
||||||
borderColor: '#3182ce', // $action-blue
|
borderColor: '#578AF4', // $blue-500
|
||||||
backgroundColor: '#3182ce', //$action-blue
|
backgroundColor: '#578AF4', // $blue-500
|
||||||
_disabled: {
|
_disabled: {
|
||||||
color: 'white',
|
color: 'white',
|
||||||
borderColor: '#3182ce', // $action-blue
|
borderColor: '#578AF4', // $blue-500
|
||||||
backgroundColor: '#3182ce', //$action-blue
|
backgroundColor: '#578AF4', // $blue-500
|
||||||
opacity: 0.6,
|
opacity: 0.6,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -25,12 +25,12 @@ export const ontimeBlockRadio = {
|
|||||||
backgroundColor: '#262626', // $gray-1200
|
backgroundColor: '#262626', // $gray-1200
|
||||||
_checked: {
|
_checked: {
|
||||||
borderColor: '#262626', // $gray-1200
|
borderColor: '#262626', // $gray-1200
|
||||||
color: '#3182ce', // $action-blue
|
color: '#578AF4', // $blue-500
|
||||||
backgroundColor: '#3182ce', // $action-blue
|
backgroundColor: '#578AF4', // $blue-500
|
||||||
},
|
},
|
||||||
_hover: {
|
_hover: {
|
||||||
color: '#3182ce', // $action-blue
|
color: '#578AF4', // $blue-500
|
||||||
backgroundColor: '#3182ce', // $action-blue
|
backgroundColor: '#578AF4', // $blue-500
|
||||||
outline: 'none',
|
outline: 'none',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user