update colors
This commit is contained in:
@@ -113,13 +113,13 @@ export default {
|
|||||||
|
|
||||||
getRandomColor() {
|
getRandomColor() {
|
||||||
return getRandomElement([
|
return getRandomElement([
|
||||||
'#A975FF',
|
'#958DF1',
|
||||||
'#FB5151',
|
'#F98181',
|
||||||
'#FD9170',
|
'#FBBC88',
|
||||||
'#FFCB6B',
|
'#FAF594',
|
||||||
'#68CEF8',
|
'#70CFF8',
|
||||||
'#80CBC4',
|
'#94FADB',
|
||||||
'#9DEF8F',
|
'#B9F18D',
|
||||||
])
|
])
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user