mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
reset file
This commit is contained in:
parent
6cffbc23c7
commit
8637651be9
1 changed files with 1 additions and 2 deletions
|
|
@ -47,7 +47,6 @@ export const labelColorObjects: LabelColorObjects = {
|
|||
|
||||
export const randomLabelColorHex = () => {
|
||||
const colorHexes = Object.keys(labelColorObjects).slice(0, -1)
|
||||
const randomColorHex =
|
||||
colorHexes[Math.floor(Math.random() * colorHexes.length)]
|
||||
const randomColorHex = colorHexes[Math.floor(Math.random() * colorHexes.length)]
|
||||
return randomColorHex
|
||||
}
|
||||
Loading…
Reference in a new issue