pull/1391/head
Cagatay Civici 2021-07-27 11:40:34 +03:00
parent 7327c27c68
commit 5011dcb462
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@
export default {
data() {
return {
colors: ['blue', 'green', 'yellow', 'cyan', 'pink', 'indigo', 'teal', 'orange', 'bluegray', 'purple'],
colors: ['blue', 'green', 'yellow', 'cyan', 'pink', 'indigo', 'teal', 'orange', 'bluegray', 'purple', 'gray'],
shades: [0, 50, 100, 200, 300, 400, 500, 600, 700, 800, 900]
}
}