Skip to content

Commit

Permalink
Fix for #1308
Browse files Browse the repository at this point in the history
  • Loading branch information
Remi749 committed Dec 19, 2023
1 parent 3c169f3 commit ab44cbc
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,25 +33,25 @@
"cellType": 1,
"x": 1,
"y": 5,
"backgroundColor": "#F8D66D"
"backgroundColor": "#7ABD7E"
},
{
"cellType": 1,
"x": 2,
"y": 5,
"backgroundColor": "#C4E5C6"
"backgroundColor": "#7ABD7E"
},
{
"cellType": 1,
"x": 3,
"y": 5,
"backgroundColor": "#A0DAA1"
"backgroundColor": "#009756"
},
{
"cellType": 1,
"x": 4,
"y": 5,
"backgroundColor": "#7ABD7E"
"backgroundColor": "#009756"
},
{
"cellType": 1,
Expand All @@ -69,31 +69,31 @@
"cellType": 1,
"x": 1,
"y": 4,
"backgroundColor": "#F8D66D"
"backgroundColor": "#A0DAA1"
},
{
"cellType": 1,
"x": 2,
"y": 4,
"backgroundColor": "#F8D66D"
"backgroundColor": "#7ABD7E"
},
{
"cellType": 1,
"x": 3,
"y": 4,
"backgroundColor": "#C4E5C6"
"backgroundColor": "#7ABD7E"
},
{
"cellType": 1,
"x": 4,
"y": 4,
"backgroundColor": "#A0DAA1"
"backgroundColor": "#009756"
},
{
"cellType": 1,
"x": 5,
"y": 4,
"backgroundColor": "#7ABD7E"
"backgroundColor": "#009756"
}
],
[
Expand All @@ -111,25 +111,25 @@
"cellType": 1,
"x": 2,
"y": 3,
"backgroundColor": "#F8D66D"
"backgroundColor": "#A0DAA1"
},
{
"cellType": 1,
"x": 3,
"y": 3,
"backgroundColor": "#F8D66D"
"backgroundColor": "#7ABD7E"
},
{
"cellType": 1,
"x": 4,
"y": 3,
"backgroundColor": "#C4E5C6"
"backgroundColor": "#7ABD7E"
},
{
"cellType": 1,
"x": 5,
"y": 3,
"backgroundColor": "#A0DAA1"
"backgroundColor": "#009756"
}
],
[
Expand All @@ -153,19 +153,19 @@
"cellType": 1,
"x": 3,
"y": 2,
"backgroundColor": "#F8D66D"
"backgroundColor": "#A0DAA1"
},
{
"cellType": 1,
"x": 4,
"y": 2,
"backgroundColor": "#F8D66D"
"backgroundColor": "#7ABD7E"
},
{
"cellType": 1,
"x": 5,
"y": 2,
"backgroundColor": "#C4E5C6"
"backgroundColor": "#7ABD7E"
}
],
[
Expand Down Expand Up @@ -195,13 +195,13 @@
"cellType": 1,
"x": 4,
"y": 1,
"backgroundColor": "#F8D66D"
"backgroundColor": "#A0DAA1"
},
{
"cellType": 1,
"x": 5,
"y": 1,
"backgroundColor": "#F8D66D"
"backgroundColor": "#7ABD7E"
}
]
]
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
"cellType": 1,
"x": 4,
"y": 3,
"backgroundColor": "#FF6961"
"backgroundColor": "#FFB54C"
},
{
"cellType": 1,
Expand Down Expand Up @@ -165,7 +165,7 @@
"cellType": 1,
"x": 5,
"y": 2,
"backgroundColor": "#FF6961"
"backgroundColor": "#FFB54C"
}
],
[
Expand All @@ -189,13 +189,13 @@
"cellType": 1,
"x": 3,
"y": 1,
"backgroundColor": "#F8D66D"
"backgroundColor": "#7ABD7E"
},
{
"cellType": 1,
"x": 4,
"y": 1,
"backgroundColor": "#FFB54C"
"backgroundColor": "#F8D66D"
},
{
"cellType": 1,
Expand Down

0 comments on commit ab44cbc

Please sign in to comment.