Use default outline for default category
This commit is contained in:
@@ -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")}`
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user