Skip to content

Commit

Permalink
fix colors
Browse files Browse the repository at this point in the history
  • Loading branch information
Rodrigo Quelca committed Sep 8, 2023
1 parent 0966ab2 commit 203de56
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/modeler/Modeler.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1477,26 +1477,26 @@ export default {
this.players = [
{ id: '1',
name: 'Juan Perez',
color: '#ff1d58',
color: '#FF6F61',
imgSrc: 'https://placekitten.com/300/300',
top: 90,
left:80,
},
{ id: '2',
name: 'Ricardo Ford',
color: '#f75990',
color: '#34568B',
top: 500,
left:100,
},
{ id: '3',
name: 'Mauri Clear',
color: '#00DDFF',
color: '#88B04B',
top: 200,
left:200,
},
{ id: '4',
name: 'Tisha Mccullough',
color: '#0049B7',
color: '#92A8D1',
imgSrc: 'https://xsgames.co/randomusers/avatar.php?g=female',
top: 800,
left: 600,
Expand Down

0 comments on commit 203de56

Please sign in to comment.