fix: changed text color to be more readable

This commit is contained in:
Sara Gerretsen 2025-10-28 12:30:54 +01:00
parent 2dcdcd394c
commit 46caec815b

View file

@ -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