style changes

This commit is contained in:
wh1te909 2021-06-27 01:15:47 +00:00
parent f3978343db
commit f827348467
3 changed files with 4 additions and 2 deletions

View File

@ -90,7 +90,7 @@ module.exports = function () {
actions: [{ icon: "close", color: "white" }]
},
loading: {
delay: 100
delay: 50
}
}
},

View File

@ -68,7 +68,7 @@ export default {
background-color: #c9e6ff
.highlight-dark
background-color: #343434
background-color: #404040
.action-completed
background-color: $positive

View File

@ -214,6 +214,8 @@ export default {
return this.$q.dark.isActive ? "highlight-dark" : "highlight";
} else if (status === "completed") {
return "action-completed";
} else {
return "";
}
},
},