fix: changed text color to be more readable
This commit is contained in:
parent
2dcdcd394c
commit
46caec815b
2
style.h
2
style.h
|
|
@ -36,7 +36,7 @@ struct Style {
|
||||||
|
|
||||||
uint16_t headerSizes[4]{64, 32, 28, 16};
|
uint16_t headerSizes[4]{64, 32, 28, 16};
|
||||||
|
|
||||||
Clay_Color textColor{170, 170, 170, 255};
|
Clay_Color textColor{230, 230, 230, 255};
|
||||||
|
|
||||||
////////////////////////////////////
|
////////////////////////////////////
|
||||||
// BUTTONS
|
// BUTTONS
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue