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