Skip to content

Commit

Permalink
Update ColorsDemo.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
tugcekucukoglu committed Apr 20, 2022
1 parent 7a060de commit 5e07bb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/colors/ColorsDemo.vue
Original file line number Diff line number Diff line change
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 5e07bb0

Please sign in to comment.