Merge pull request #2338 from tugcekucukoglu/redcolor

missing red color
pull/2340/head
Tuğçe Küçükoğlu 2022-03-18 16:46:51 +03:00 committed by GitHub
commit bcbe8ebe63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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', 'gray'],
colors: ['blue', 'green', 'yellow', 'cyan', 'pink', 'indigo', 'teal', 'orange', 'bluegray', 'purple', 'red', 'gray'],
shades: [0, 50, 100, 200, 300, 400, 500, 600, 700, 800, 900]
}
}