new stats + use store + refactoring

This commit is contained in:
RemiSaurel
2022-08-26 01:17:35 +02:00
parent 398c261624
commit 0ed5f2e7eb
5 changed files with 67 additions and 24 deletions
+2 -1
View File
@@ -9,12 +9,13 @@
</template>
<script>
const DEFAULT_COLOR = "#fdde95";
export default {
name: "Settings",
data() {
return {
colors: {
default: "#fdde95",
default: DEFAULT_COLOR,
greenBlue: "#9acabf",
green: "#ABCEA7",
grey: "#d4d4e8",