Skip to content

Commit

Permalink
Update color variation
Browse files Browse the repository at this point in the history
  • Loading branch information
hr20k committed Nov 26, 2019
1 parent 859f995 commit 6ca1d64
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions frontend/src/components/AddItemModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,9 @@ export default {
],
colors: [
{ value: '', label: '-' },
{ value: '#FFFFFF', label: 'White' },
{ value: '#CAA846', label: 'Gold' },
{ value: '#BDC3C9', label: 'Silver' },
{ value: '#f44336', label: 'Red' },
{ value: '#e91e63', label: 'Pink' },
{ value: '#2196f3', label: 'Blue' },
Expand Down
3 changes: 3 additions & 0 deletions frontend/src/components/ItemDetailModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,9 @@ export default {
],
colors: [
{ value: '', label: '-' },
{ value: '#FFFFFF', label: 'White' },
{ value: '#CAA846', label: 'Gold' },
{ value: '#BDC3C9', label: 'Silver' },
{ value: '#f44336', label: 'Red' },
{ value: '#e91e63', label: 'Pink' },
{ value: '#2196f3', label: 'Blue' },
Expand Down
3 changes: 3 additions & 0 deletions frontend/src/views/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,9 @@ export default {
items: [],
colors: [
{ value: '', label: 'All' },
{ value: '#FFFFFF', label: 'White' },
{ value: '#CAA846', label: 'Gold' },
{ value: '#BDC3C9', label: 'Silver' },
{ value: '#f44336', label: 'Red' },
{ value: '#e91e63', label: 'Pink' },
{ value: '#2196f3', label: 'Blue' },
Expand Down

0 comments on commit 6ca1d64

Please sign in to comment.