Skip to content

Commit

Permalink
Add gray
Browse files Browse the repository at this point in the history
  • Loading branch information
cagataycivici committed Jul 27, 2021
1 parent 7327c27 commit 5011dcb
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 @@ -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]
}
}
Expand Down

0 comments on commit 5011dcb

Please sign in to comment.