style: unified accent color and changed its name to primary-color; style: back button; style: added btn css component
This commit is contained in:
@@ -171,7 +171,7 @@ export default {
|
||||
},
|
||||
barStyle() {
|
||||
let width = 0
|
||||
let backgroundColor = 'var(--accent-color)'
|
||||
let backgroundColor = 'var(--primary-color)'
|
||||
|
||||
if (this.hasFails) {
|
||||
// Orange
|
||||
|
||||
Reference in New Issue
Block a user