File tree Expand file tree Collapse file tree 2 files changed +13
-4
lines changed Expand file tree Collapse file tree 2 files changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -24,13 +24,13 @@ const color = computed(() => {
24
24
case ContinueAction_State .READY_AUTO :
25
25
return ' positive'
26
26
case ContinueAction_State .READY_MANUAL :
27
- return ' secondary '
27
+ return ' primary '
28
28
case ContinueAction_State .BLOCKED :
29
29
return ' negative'
30
30
case ContinueAction_State .WAITING :
31
31
return ' warning'
32
32
default :
33
- return ' primary '
33
+ return ' secondary '
34
34
}
35
35
})
36
36
Original file line number Diff line number Diff line change @@ -23,8 +23,17 @@ createApp(App)
23
23
. use ( Quasar , {
24
24
config : {
25
25
brand : {
26
- primary : '#1ca3a3' ,
27
- secondary : '#8511bb' ,
26
+ primary : '#a11a30' ,
27
+ secondary : '#984447' ,
28
+ accent : '#9C27B0' ,
29
+
30
+ dark : '#07171a' ,
31
+ 'dark-page' : '#374040' ,
32
+
33
+ positive : '#21BA45' ,
34
+ negative : '#C10015' ,
35
+ info : '#1ad3ed' ,
36
+ warning : '#ddb660'
28
37
}
29
38
}
30
39
} )
You can’t perform that action at this time.
0 commit comments