missing red color

pull/2338/head
Tuğçe Küçükoğlu 2022-03-18 16:46:26 +03:00
parent 8fe44b9499
commit 1dbf054e32
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]
}
}