mirror of
https://github.com/LucasVbr/own-workspace.git
synced 2026-05-16 17:21:58 +00:00
new stats + use store + refactoring
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user