diff --git a/extras/menus/xMenu/include/text.h b/extras/menus/xMenu/include/text.h index 10806f6db..72246575e 100644 --- a/extras/menus/xMenu/include/text.h +++ b/extras/menus/xMenu/include/text.h @@ -14,7 +14,7 @@ enum colors { WHITE = 0x00FFFFFF, LITEGRAY = 0x00BFBFBF, GRAY = 0x007F7F7F, - DARKGRAY = 0x003F3F3F, + DARKGRAY = 0x003F3F3F, BLACK = 0x00000000, };