fix easy color
All checks were successful
Deploy Website / docker (ubuntu-latest) (push) Successful in 2m12s
All checks were successful
Deploy Website / docker (ubuntu-latest) (push) Successful in 2m12s
This commit is contained in:
parent
899c3e11e6
commit
4d8debe333
@ -7,7 +7,7 @@ type Difficulty = {
|
||||
type DifficultyName = "Easy" | "Normal" | "Hard" | "Expert" | "Expert+";
|
||||
|
||||
const difficulties: Difficulty[] = [
|
||||
{ name: "Easy", color: "#59b0f4" },
|
||||
{ name: "Easy", color: "#3cb371" },
|
||||
{ name: "Normal", color: "#59b0f4" },
|
||||
{ name: "Hard", color: "#FF6347" },
|
||||
{ name: "Expert", color: "#bf2a42" },
|
||||
|
Reference in New Issue
Block a user