Skip to content

Commit

Permalink
Merge pull request #2465 from tugcekucukoglu/colors
Browse files Browse the repository at this point in the history
Update ColorsDemo.vue
  • Loading branch information
tugcekucukoglu committed Apr 20, 2022
2 parents 7a060de + 5e07bb0 commit 7aab982
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/colors/ColorsDemo.vue
Expand Up @@ -141,7 +141,7 @@
export default {
data() {
return {
colors: ['blue', 'green', 'yellow', 'cyan', 'pink', 'indigo', 'teal', 'orange', 'bluegray', 'purple', 'red', 'gray'],
colors: ['blue', 'green', 'yellow', 'cyan', 'pink', 'indigo', 'teal', 'orange', 'bluegray', 'purple', 'red', 'gray', 'primary'],
shades: [0, 50, 100, 200, 300, 400, 500, 600, 700, 800, 900]
}
}
Expand Down

0 comments on commit 7aab982

Please sign in to comment.