Skip to content

Commit 6da3a64

Browse files
committed
UI: Fix to black constant definition
Fixes #111
1 parent 7fcc886 commit 6da3a64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ui/inputs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
#include "ui/utils.h"
2020

2121
const uint32_t colors[] = {
22-
DEFAULT_BACKGROUND, // 0 black
22+
0x000000, // 0 black
2323
0x000080, // 1 blue
2424
0x008000, // 2 green
2525
0x008080, // 3 cyan

0 commit comments

Comments
 (0)