Use default outline for default category

This commit is contained in:
Your Name 2023-08-27 13:39:39 +09:00 committed by yuuki
parent 5a2f1a2685
commit a4c14bd6ea

View File

@ -74,7 +74,7 @@ class SongSelect{
sort: null,
background: `#${Math.floor(Math.random() * 0xFFFFFF).toString(16).padStart(6, "0")}`,
border: [`#${Math.floor(Math.random() * 0xFFFFFF).toString(16).padStart(6, "0")}`, `#${Math.floor(Math.random() * 0xFFFFFF).toString(16).padStart(6, "0")}`],
outline: "#000000",
outline: "#656565",
infoFill: `#${Math.floor(Math.random() * 0xFFFFFF).toString(16).padStart(6, "0")}`
}
}