Write the unset color as hex literal
Easier for me to grep for it when needed.
This commit is contained in:
parent
27af39b296
commit
e1575c6edd
|
@ -26,7 +26,7 @@ import (
|
|||
"dev.tandem.ws/tandem/camper/pkg/uuid"
|
||||
)
|
||||
|
||||
const unsetColor = 13750495
|
||||
const unsetColor = 0xd1d0df
|
||||
|
||||
type AdminHandler struct {
|
||||
locales locale.Locales
|
||||
|
|
Loading…
Reference in New Issue