From 46caec815bba908ecc45ba7fae0bbaeecba692d9 Mon Sep 17 00:00:00 2001 From: Sara Date: Tue, 28 Oct 2025 12:30:54 +0100 Subject: [PATCH] fix: changed text color to be more readable --- style.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.h b/style.h index 162040f..2990acc 100644 --- a/style.h +++ b/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